aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index 6c4da129..9b0d7659 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -77,10 +77,6 @@
- (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex;
- (void) autoHelp;
- (void) doSyntaxHighlighting;
-- (void) insertFileContentOfFile:(NSString *)aPath;
-- (unsigned int) characterIndexOfPoint:(NSPoint)aPoint;
-- (void) makeTextSizeLarger;
-- (void) makeTextSizeSmaller;
- (void) setConnection:(CMMCPConnection *)theConnection withVersion:(int)majorVersion;
- (void) doCompletion;
- (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord dictMode:(BOOL)isDictMode;