aboutsummaryrefslogtreecommitdiff
path: root/src/c_fl_xpm_image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_xpm_image.cpp')
-rw-r--r--src/c_fl_xpm_image.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/c_fl_xpm_image.cpp b/src/c_fl_xpm_image.cpp
deleted file mode 100644
index dae1c12..0000000
--- a/src/c_fl_xpm_image.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-#include <FL/Fl_XPM_Image.H>
-#include "c_fl_xpm_image.h"
-
-
-
-
-XPM_IMAGE new_fl_xpm_image(const char * f) {
- Fl_XPM_Image *j = new Fl_XPM_Image(f);
- return j;
-}
-
-void free_fl_xpm_image(XPM_IMAGE j) {
- delete reinterpret_cast<Fl_XPM_Image*>(j);
-}
-