diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-06-17 15:44:37 +1000 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-06-17 15:44:37 +1000 |
| commit | 4ebd8b6024c5653f10810f3df4f0cf823c41b30f (patch) | |
| tree | 5767854d49e7fc6b151ebcca13a2f011a5761ee1 /cocoa/ScintillaCocoa.h | |
| parent | 3b8939a5b66e53a34330281a08ae7052daab789f (diff) | |
| download | scintilla-mirror-4ebd8b6024c5653f10810f3df4f0cf823c41b30f.tar.gz | |
Remove unused TopContainer method. Use less specific types when possible.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
| -rw-r--r-- | cocoa/ScintillaCocoa.h | 1 |
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(); |
