Remove unused code
This commit is contained in:
parent
efaee69486
commit
1e01c2a07c
@ -25,8 +25,6 @@
|
|||||||
#error "glfw has too many keys, you should increase MAX_KEY_COUNT"
|
#error "glfw has too many keys, you should increase MAX_KEY_COUNT"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_WINDOWS 256
|
|
||||||
|
|
||||||
#define CALLBACK(name, fmt, ...) \
|
#define CALLBACK(name, fmt, ...) \
|
||||||
if ((name) != NULL) { \
|
if ((name) != NULL) { \
|
||||||
PyObject *_pyret = PyObject_CallFunction((name), fmt, __VA_ARGS__); \
|
PyObject *_pyret = PyObject_CallFunction((name), fmt, __VA_ARGS__); \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user