From 56ca3d0d48a8b8fc97c764e49d9b620e9c01e320 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 9 Sep 2013 08:42:24 +1000 Subject: Since overlay scroll bars, the info bar is always full width so remove variable for width and comments that is no longer correct. --- cocoa/ScintillaView.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa/ScintillaView.h') 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 * mInfoBar; BOOL mInfoBarAtTop; - int mInitialInfoBarWidth; id mDelegate; } -- cgit v1.2.3