mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Revert previosu commit since it breaks on travis
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if GLFW_CONTEXT_VERSION_MAJOR < 3 || (GLFW_CONTEXT_VERSION_MAJOR == 3 && GLFW_CONTEXT_VERSION_MINOR < 2)
|
||||
#error "glfw >= 3.2 is required"
|
||||
#endif
|
||||
|
||||
|
||||
bool init_glfw(PyObject *m);
|
||||
|
||||
PyObject* glfw_set_error_callback(PyObject UNUSED *self, PyObject *callback);
|
||||
|
||||
Reference in New Issue
Block a user