Revision: 76674
http://sourceforge.net/p/brlcad/code/76674
Author: starseeker
Date: 2020-08-06 17:32:20 +0000 (Thu, 06 Aug 2020)
Log Message:
-----------
No change in body of function due to if defined...
Modified Paths:
--------------
brlcad/trunk/src/mged/doevent.c
Modified: brlcad/trunk/src/mged/doevent.c
===================================================================
--- brlcad/trunk/src/mged/doevent.c 2020-08-06 17:30:06 UTC (rev 76673)
+++ brlcad/trunk/src/mged/doevent.c 2020-08-06 17:32:20 UTC (rev 76674)
@@ -200,11 +200,7 @@
}
#else
int
-#if !defined(IF_X) && !defined(IF_WGL) && !defined(IF_OGL) && !defined(IF_TK)
doEvent(ClientData UNUSED(clientData), void *UNUSED(eventPtr)) {
-#else
-doEvent(ClientData clientData, void *eventPtr) {
-#endif
return TCL_OK;
}
#endif /* HAVE_X11_XLIB_H */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits