diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2012-04-06 14:20:42 +0000 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2012-04-06 14:20:42 +0000 |
commit | eafd2bb0e67ea53c503773f1c3216c9229e3d2db (patch) | |
tree | 58f4ddc5291bf81bfa3449f53f3491c47fb10779 /scintilla/src/ViewStyle.h | |
parent | 6afcd5b20838a565b19c6e17665041bd7276c4c5 (diff) | |
download | notepad2-mod-eafd2bb0e67ea53c503773f1c3216c9229e3d2db.zip notepad2-mod-eafd2bb0e67ea53c503773f1c3216c9229e3d2db.tar.gz notepad2-mod-eafd2bb0e67ea53c503773f1c3216c9229e3d2db.tar.bz2 |
update scintilla
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@727 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r-- | scintilla/src/ViewStyle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h index 2087b81..994bdea 100644 --- a/scintilla/src/ViewStyle.h +++ b/scintilla/src/ViewStyle.h @@ -112,7 +112,6 @@ public: int whitespaceSize;
IndentView viewIndentationGuides;
bool viewEOL;
- bool showMarkedLines;
ColourDesired caretcolour;
ColourDesired additionalCaretColour;
bool showCaretLineBackground;
|