diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-07 10:12:12 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-07 10:12:12 +0000 |
commit | a434272a852db341a6ea4421e388ef924b6a99d7 (patch) | |
tree | 92faa86157de3a6aec5debc5f9940941fc7fbedb /Source/SPAppController.h | |
parent | 51596915a1e9ad4c0cccfc707ee02272ea533671 (diff) | |
download | sequelpro-a434272a852db341a6ea4421e388ef924b6a99d7.tar.gz sequelpro-a434272a852db341a6ea4421e388ef924b6a99d7.tar.bz2 sequelpro-a434272a852db341a6ea4421e388ef924b6a99d7.zip |
Add a new SPAppController SPWindowManagement.
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 20961ac5..798aca4c 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -63,12 +63,6 @@ - (IBAction)bundleCommandDispatcher:(id)sender; -// Window management -- (IBAction)newWindow:(id)sender; -- (IBAction)newTab:(id)sender; -- (IBAction)duplicateTab:(id)sender; -- (NSWindow *) frontDocumentWindow; - // IBAction methods - (IBAction)openAboutPanel:(id)sender; - (IBAction)openPreferences:(id)sender; |