Commit 9693d8b9 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Events.c: drop unused function

parent 9512e645
...@@ -4596,11 +4596,6 @@ int nxagentWaitEvents(Display *dpy, useconds_t msec) ...@@ -4596,11 +4596,6 @@ int nxagentWaitEvents(Display *dpy, useconds_t msec)
#ifdef NX_DEBUG_INPUT #ifdef NX_DEBUG_INPUT
void nxagentDumpInputInfo(void)
{
fprintf(stderr, "Dumping input info ON.\n");
}
void nxagentGuessDumpInputInfo(ClientPtr client, Atom property, char *data) void nxagentGuessDumpInputInfo(ClientPtr client, Atom property, char *data)
{ {
if (strcmp(validateString(NameForAtom(property)), "NX_DEBUG_INPUT") == 0) if (strcmp(validateString(NameForAtom(property)), "NX_DEBUG_INPUT") == 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment