Remove debug printf
This commit is contained in:
parent
ab960ea12d
commit
14f44e79f7
@ -1102,7 +1102,6 @@ is_ascii_control_char(char x) {
|
|||||||
{ // removed by Kovid as it generated compiler warnings
|
{ // removed by Kovid as it generated compiler warnings
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
// Set up the menu bar (manually)
|
// Set up the menu bar (manually)
|
||||||
|
|||||||
1
glfw/x11_init.c
vendored
1
glfw/x11_init.c
vendored
@ -660,7 +660,6 @@ int _glfwPlatformInit(void)
|
|||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
if (_glfw.hints.init.enableJoysticks) {
|
if (_glfw.hints.init.enableJoysticks) {
|
||||||
printf("1111111111\n");
|
|
||||||
if (!_glfwInitJoysticksLinux())
|
if (!_glfwInitJoysticksLinux())
|
||||||
return GLFW_FALSE;
|
return GLFW_FALSE;
|
||||||
if (_glfw.linjs.inotify > 0)
|
if (_glfw.linjs.inotify > 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user