diff options
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r-- | Source/SPTextView.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h index ed1b7666..02482611 100644 --- a/Source/SPTextView.h +++ b/Source/SPTextView.h @@ -86,11 +86,6 @@ NSRange queryRange; BOOL shouldHiliteQuery; - NSMutableArray *bundleItems; - NSMutableArray *bundleCategories; - NSMutableArray *bundleUsedScopes; - NSMutableDictionary *bundleKeyEquivalents; - } @property(retain) NSColor* queryHiliteColor; @@ -149,8 +144,6 @@ - (BOOL)isSnippetMode; -- (void)reloadBundleItems; - -- (IBAction)executeBundleItem:(id)sender; +- (IBAction)executeBundleItemForEditor:(id)sender; @end |