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 | ad4672487684082b0bc17852215cec0601d8af5b (patch) | |
tree | 758a692bbf691a21c1d3173609918c5aa5621c76 /cocoa/ScintillaView.h | |
parent | 03914bca318572625e1518d6d385d9829611fa6a (diff) | |
download | scintilla-mirror-ad4672487684082b0bc17852215cec0601d8af5b.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; } |