aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-04-06 20:48:12 +1000
committernyamatongwe <devnull@localhost>2012-04-06 20:48:12 +1000
commite024ed6dadedaa7c6c3efccd4cbd88fd882b80eb (patch)
treecc977f298e809c71542f3478753444aaea4f12a6 /src/ViewStyle.h
parentcd10b569de5c48298b9a45883ce851ae80362f82 (diff)
downloadscintilla-mirror-e024ed6dadedaa7c6c3efccd4cbd88fd882b80eb.tar.gz
Remove unused variable.
From Marko Njezic.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
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;