Remove unused code

This commit is contained in:
Kovid Goyal 2017-09-18 08:40:37 +05:30
parent efaee69486
commit 1e01c2a07c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -25,8 +25,6 @@
#error "glfw has too many keys, you should increase MAX_KEY_COUNT"
#endif
#define MAX_WINDOWS 256
#define CALLBACK(name, fmt, ...) \
if ((name) != NULL) { \
PyObject *_pyret = PyObject_CallFunction((name), fmt, __VA_ARGS__); \