Skip to content

Commit 31bad19

Browse files
committed
Leave a clean workspace
1 parent d93f4e0 commit 31bad19

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

demo/glfw_opengl3/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <assert.h>
99
#include <limits.h>
1010
#include <time.h>
11-
#include <ctype.h>
1211

1312
#include <GL/glew.h>
1413
#include <GLFW/glfw3.h>
@@ -22,7 +21,6 @@
2221
#define NK_INCLUDE_DEFAULT_FONT
2322
#define NK_IMPLEMENTATION
2423
#define NK_GLFW_GL3_IMPLEMENTATION
25-
/*#define NK_IS_WORD_BOUNDARY(c) (!isalnum(c))*/
2624
#include "../../nuklear.h"
2725
#include "nuklear_glfw_gl3.h"
2826

0 commit comments

Comments
 (0)