Remove an obsolete patch.

This fixes the following link failure:

ld: error: duplicate symbol: ddxInputThreadInit
>>> defined at xvnc.c
>>>            Xvnc-xvnc.o:(ddxInputThreadInit)
>>> defined at Input.c
>>>            libvnccommon_la-Input.o:(.text+0xDC0) in archive ./.libs/libvnccommon.a
c++: error: linker command failed with exit code 1 (use -v to see invocation)
This commit is contained in:
Jung-uk Kim 2020-09-29 14:56:51 +00:00
parent 74d263d9b0
commit 9e79939f81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550516

View file

@ -1,18 +0,0 @@
--- unix/xserver/hw/vnc/xvnc.c.orig 2019-12-20 07:02:02 UTC
+++ unix/xserver/hw/vnc/xvnc.c
@@ -295,6 +295,15 @@ void ddxBeforeReset(void)
}
#endif
+#if INPUTTHREAD
+/** This function is called in Xserver/os/inputthread.c when starting
+ the input thread. */
+void
+ddxInputThreadInit(void)
+{
+}
+#endif
+
void ddxUseMsg(void)
{
vncPrintBanner();