Remove debug printf

This commit is contained in:
Kovid Goyal 2018-08-31 07:55:39 +05:30
parent ab960ea12d
commit 14f44e79f7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 2 additions and 4 deletions

View File

@ -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
View File

@ -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)