From 02d84427f1c70b2e410b733adae22f2d33ad0f73 Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Tue, 9 Jan 2018 12:48:19 +0100 Subject: Deleting test files from GUI that require human action and can't be to others computers due to paths --- test/gui/window.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/gui/window.c (limited to 'test/gui/window.c') diff --git a/test/gui/window.c b/test/gui/window.c deleted file mode 100644 index 3156989..0000000 --- a/test/gui/window.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "gui/window.h" -#include "MLV/MLV_all.h" - -static void test_window() { - /*Window window; - window_init(&window, 1000, 512, "Coucou"); - window_create(&window); - MLV_wait_seconds(150); - window_destroy(&window);*/ -} - -int main() { - test_window(); - return 0; -} \ No newline at end of file -- cgit v1.2.3