diff options
Diffstat (limited to 'math/graphthing/files/patch-src-gui.h')
-rw-r--r-- | math/graphthing/files/patch-src-gui.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/graphthing/files/patch-src-gui.h b/math/graphthing/files/patch-src-gui.h deleted file mode 100644 index 8018b28a56d3..000000000000 --- a/math/graphthing/files/patch-src-gui.h +++ /dev/null @@ -1,18 +0,0 @@ ---- src/gui.h.orig Thu Feb 24 14:11:10 2005 -+++ src/gui.h Thu Feb 24 14:11:12 2005 -@@ -140,7 +140,6 @@ public: - class ParamDialog : public Gtk::Dialog - { - protected: -- void ok_click (); - - virtual int delete_event_impl (GdkEventAny *ev); - virtual void get_data () = 0; -@@ -148,6 +147,7 @@ protected: - public: - bool cancelled; - -+ void ok_click (); - ParamDialog (const String &title = "Prefab Parameter"); - }; - |