aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-13 12:18:47 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-13 12:18:47 +0000
commitd6e9ec7664681c8a03fdbd96a38277abb99271f4 (patch)
tree6bdfcf956cf57d8f2afeba99ccb759cce4a925e7 /Source/TableDocument.h
parent53b268eece1c040b71a58bb7652e360263f4d3f0 (diff)
downloadsequelpro-d6e9ec7664681c8a03fdbd96a38277abb99271f4.tar.gz
sequelpro-d6e9ec7664681c8a03fdbd96a38277abb99271f4.tar.bz2
sequelpro-d6e9ec7664681c8a03fdbd96a38277abb99271f4.zip
Move query mode constants to SPConstants.h.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index a577a6c4..2aae4da5 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -31,13 +31,6 @@
@class SPConnectionController, SPProcessListController, SPServerVariablesController, SPUserManager;
-enum sp_current_query_mode
-{
- SP_QUERYMODE_INTERFACE = 0,
- SP_QUERYMODE_CUSTOMQUERY = 1,
- SP_QUERYMODE_IMPORTEXPORT = 2
-};
-
/**
* The TableDocument class controls the primary database view window.
*/