summaryrefslogtreecommitdiff
path: root/src/fltk_binding/c_fl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk_binding/c_fl.cpp')
-rw-r--r--src/fltk_binding/c_fl.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fltk_binding/c_fl.cpp b/src/fltk_binding/c_fl.cpp
deleted file mode 100644
index b628c41..0000000
--- a/src/fltk_binding/c_fl.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-#include <FL/Fl.H>
-#include "c_fl.h"
-
-
-int fl_run(void) {
- return Fl::run();
-}
-