aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2014-06-17 15:44:37 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2014-06-17 15:44:37 +1000
commit9e7d406d43781859d05782ebb78c352b1489bb71 (patch)
treeae12a25a8e6e530ad670f82cd3b045b6ecaa753d /cocoa/ScintillaCocoa.h
parente99dbc258de8372651de3c8e009a65f35249f679 (diff)
downloadscintilla-mirror-9e7d406d43781859d05782ebb78c352b1489bb71.tar.gz
Remove unused TopContainer method. Use less specific types when possible.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 8fa2d196b..05ee56c7c 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -133,7 +133,6 @@ public:
void RegisterNotifyCallback(intptr_t windowid, SciNotifyFunc callback);
sptr_t WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
- ScintillaView* TopContainer();
NSScrollView* ScrollContainer();
SCIContentView* ContentView();