diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-09-05 22:57:57 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-29 17:17:06 +0200 |
commit | 9693d8b989c9ac868c76d19129fcbb078ccefbed (patch) | |
tree | 23df114cd220fa83e30eb8a8fda63997a691d3ab /nx-X11/programs/Xserver/hw/nxagent/Events.c | |
parent | 9512e64518a62c09428f45edd73a7af54119f5a3 (diff) | |
download | nx-libs-9693d8b989c9ac868c76d19129fcbb078ccefbed.tar.gz nx-libs-9693d8b989c9ac868c76d19129fcbb078ccefbed.tar.bz2 nx-libs-9693d8b989c9ac868c76d19129fcbb078ccefbed.zip |
Events.c: drop unused function
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Events.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Events.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Events.c b/nx-X11/programs/Xserver/hw/nxagent/Events.c index 43504370b..e9de1450d 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Events.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Events.c @@ -4596,11 +4596,6 @@ int nxagentWaitEvents(Display *dpy, useconds_t msec) #ifdef NX_DEBUG_INPUT -void nxagentDumpInputInfo(void) -{ - fprintf(stderr, "Dumping input info ON.\n"); -} - void nxagentGuessDumpInputInfo(ClientPtr client, Atom property, char *data) { if (strcmp(validateString(NameForAtom(property)), "NX_DEBUG_INPUT") == 0) |