summaryrefslogtreecommitdiff
path: root/src/essais/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/essais/test.c')
-rw-r--r--src/essais/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/essais/test.c b/src/essais/test.c
index f8ce2b7..3a3e73f 100644
--- a/src/essais/test.c
+++ b/src/essais/test.c
@@ -1,6 +1,5 @@
#include <ncurses.h>
-
WINDOW *create_newwin(int height, int width, int starty, int startx)
{ WINDOW *local_win;