diff options
author | nyamatongwe <unknown> | 2012-04-06 20:48:12 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-04-06 20:48:12 +1000 |
commit | 62e597b151bbe0e962b1bef181cb84059bd82dd0 (patch) | |
tree | c6c5eade196f3c8d9cb8e677296b937cc4a0cfdd /src/ViewStyle.h | |
parent | ce56e4be127445696112329bfeb0d257be43af07 (diff) | |
download | scintilla-mirror-62e597b151bbe0e962b1bef181cb84059bd82dd0.tar.gz |
Remove unused variable.
From Marko Njezic.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 6811cbbb9..56d15d3e5 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -112,7 +112,6 @@ public: int whitespaceSize; IndentView viewIndentationGuides; bool viewEOL; - bool showMarkedLines; ColourDesired caretcolour; ColourDesired additionalCaretColour; bool showCaretLineBackground; |