Remove unused code
This commit is contained in:
parent
efaee69486
commit
1e01c2a07c
1 changed files with 0 additions and 2 deletions
|
|
@ -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__); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue