Browse Source

Leave a clean workspace

Robert Winkler 6 months ago
parent
commit
31bad19d49
1 changed files with 0 additions and 2 deletions
  1. 0 2
      demo/glfw_opengl3/main.c

+ 0 - 2
demo/glfw_opengl3/main.c

@@ -8,7 +8,6 @@
 #include <assert.h>
 #include <limits.h>
 #include <time.h>
-#include <ctype.h>
 
 #include <GL/glew.h>
 #include <GLFW/glfw3.h>
@@ -22,7 +21,6 @@
 #define NK_INCLUDE_DEFAULT_FONT
 #define NK_IMPLEMENTATION
 #define NK_GLFW_GL3_IMPLEMENTATION
-/*#define NK_IS_WORD_BOUNDARY(c) (!isalnum(c))*/
 #include "../../nuklear.h"
 #include "nuklear_glfw_gl3.h"