Removing an extraneous "#if" from "freeglut_xinput_x11.c"
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1058 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
205e95320b
commit
d895defd48
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "freeglut_internal.h"
|
#include "freeglut_internal.h"
|
||||||
|
|
||||||
#if TARGET_HOST_POSIX_X11 && HAVE_X11_EXTENSIONS_XINPUT2_H
|
#if HAVE_X11_EXTENSIONS_XINPUT2_H
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
@ -215,5 +215,3 @@ void fgHandleExtensionEvents( XEvent* base_ev ) {
|
|||||||
XFreeEventData( fgDisplay.pDisplay.Display, cookie );
|
XFreeEventData( fgDisplay.pDisplay.Display, cookie );
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user