summaryrefslogtreecommitdiff
path: root/science/flounder/files/patch-Glarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'science/flounder/files/patch-Glarea.h')
-rw-r--r--science/flounder/files/patch-Glarea.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/science/flounder/files/patch-Glarea.h b/science/flounder/files/patch-Glarea.h
deleted file mode 100644
index f74c274a0c36..000000000000
--- a/science/flounder/files/patch-Glarea.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/Glarea.h.orig 2002-12-19 19:37:48.000000000 +0100
-+++ src/Glarea.h 2011-11-17 11:21:09.000000000 +0100
-@@ -29,7 +29,7 @@
- extern "C" {
- #include <gif_lib.h>
- }
--#include <FL/fl_file_chooser.H>
-+#include <FL/Fl_File_Chooser.H>
- #include <FL/fl_ask.H>
- #include <FL/fl_draw.H>
- #include <FL/fl_show_colormap.H>
-@@ -44,6 +44,8 @@
- #include "RenderEPS.h"
- #include "IGBheader.h"
-
-+using namespace std;
-+
- typedef enum dispdim{DISP_XY, DISP_YZ, DISP_ZX,
- DISP_YX, DISP_ZY, DISP_XZ} DispDim;
- typedef enum bbvalue{ BBXM, BBXP, BBYM, BBYP, BBZM, BBZP } BBvalue;