diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2011-11-09 13:38:11 +1100 | 
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2011-11-09 13:38:11 +1100 | 
| commit | 84607c2c9bbaf931b5e6907486ce276f65940ab0 (patch) | |
| tree | 9ab27cb295ec196e550a06dc0d77eea9320185de /cocoa/ScintillaView.h | |
| parent | eb13c0cf4e63a6d239b9b0671331ccbf914b6393 (diff) | |
| download | scintilla-mirror-84607c2c9bbaf931b5e6907486ce276f65940ab0.tar.gz | |
Remove unused variable.
Diffstat (limited to 'cocoa/ScintillaView.h')
| -rw-r--r-- | cocoa/ScintillaView.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 3194e9d29..4dac0ad06 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -34,9 +34,6 @@ extern NSString *SCIUpdateUINotification;    // Set when we are in composition mode and partial input is displayed.    NSRange mMarkedTextRange; -   -  // Caret position when a drag operation started. -  int mLastPosition;  }  - (void) dealloc; | 
