diff options
Diffstat (limited to 'databases/mysql-gui/files/patch-Animated_Icon.cc')
-rw-r--r-- | databases/mysql-gui/files/patch-Animated_Icon.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql-gui/files/patch-Animated_Icon.cc b/databases/mysql-gui/files/patch-Animated_Icon.cc deleted file mode 100644 index 1f6d7174128d..000000000000 --- a/databases/mysql-gui/files/patch-Animated_Icon.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- Animated_Icon.cc.orig Wed Sep 3 19:04:06 2003 -+++ Animated_Icon.cc Wed Sep 3 19:04:14 2003 -@@ -1,7 +1,7 @@ - #include <FL/Fl.H> - #include <FL/Animated_Icon.h> - --Animated_Icon::Animated_Icon(int x, int y, int w, int h, const char *l = 0) : -+Animated_Icon::Animated_Icon(int x, int y, int w, int h, const char *l) : - Fl_Box(x, y, w, h, l) - { - first = current = 0; |