aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-gui/files/patch-FL-editengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql-gui/files/patch-FL-editengine.h')
-rw-r--r--databases/mysql-gui/files/patch-FL-editengine.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/mysql-gui/files/patch-FL-editengine.h b/databases/mysql-gui/files/patch-FL-editengine.h
deleted file mode 100644
index 1fc0d512fd58..000000000000
--- a/databases/mysql-gui/files/patch-FL-editengine.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- FL/editengine.h.orig Sat Aug 18 18:19:59 2001
-+++ FL/editengine.h Sat Aug 18 17:12:48 2001
-@@ -113,6 +113,7 @@
- rclError SetTabs(short *tabs);
- rclError ChangeWidth(short newwidth) { Width = newwidth; return Command(REFORMAT,(long)newwidth); };
- rclError LoadFrom(const char *buffer);
-+ rclError LoadSQL(const char *query);
- rclError SaveTo(char *buffer);
- rclError LoadFrom(FILE *infile);
- rclError SaveTo(FILE *outfile);