diff options
Diffstat (limited to 'science/flounder/files/patch-Glarea.cc')
-rw-r--r-- | science/flounder/files/patch-Glarea.cc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/science/flounder/files/patch-Glarea.cc b/science/flounder/files/patch-Glarea.cc deleted file mode 100644 index 4e4673c..0000000 --- a/science/flounder/files/patch-Glarea.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- src/Glarea.cc.orig Tue Oct 15 01:18:55 2002 -+++ src/Glarea.cc Tue Oct 15 01:22:10 2002 -@@ -1064,7 +1064,7 @@ - - - // Constructor for Glarea class --Glarea::Glarea (int X, int Y, int W, int H, const char *L=0): -+Glarea::Glarea (int X, int Y, int W, int H, const char *L): - Fl_Gl_Window(X, Y, W, H, L) - { - maxdim = 0; -@@ -1695,7 +1695,7 @@ - } - - // update the tableau user interface widget --void Glarea :: tableau( TableauUI *tb, bool update=false ) -+void Glarea :: tableau( TableauUI *tb, bool update ) - { - if( tb->window->visible() == false ) return; - -@@ -1917,7 +1917,7 @@ - // set update to return the values into the vars, otherwise - // set the variables from the supplied parameters - void Glarea :: contours( bool& con, bool& dat, int& nc, double& st, double& inc, -- bool update=false ) -+ bool update ) - { - if( update == false ) { - showcontour = con; |