diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-09 08:42:24 +1000 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-09 08:42:24 +1000 |
| commit | 56ca3d0d48a8b8fc97c764e49d9b620e9c01e320 (patch) | |
| tree | 1505ff86321b679f767e36279c2b7c81be75a26b /cocoa/ScintillaView.h | |
| parent | 78096381917f248abc8e34a79c22b7cc3ba21211 (diff) | |
| download | scintilla-mirror-56ca3d0d48a8b8fc97c764e49d9b620e9c01e320.tar.gz | |
Since overlay scroll bars, the info bar is always full width so remove variable
for width and comments that is no longer correct.
Diffstat (limited to 'cocoa/ScintillaView.h')
| -rw-r--r-- | cocoa/ScintillaView.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 1b0c110fb..a6b8dbcd8 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -111,7 +111,6 @@ extern NSString *SCIUpdateUINotification; // Area to display additional controls (e.g. zoom info, caret position, status info). NSView <InfoBarCommunicator>* mInfoBar; BOOL mInfoBarAtTop; - int mInitialInfoBarWidth; id<ScintillaNotificationProtocol> mDelegate; } |
