aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authorMarko Njezic <devnull@localhost>2012-02-25 00:15:12 +0100
committerMarko Njezic <devnull@localhost>2012-02-25 00:15:12 +0100
commita443fc9ce1c98020bd4bba7fbf18ae34ff71f4de (patch)
tree336edf351c00b707344843f032dd80a8257bbfbf /src/ViewStyle.h
parentc8ef39998a48b5e6d19eb74026b25432814d4ee3 (diff)
downloadscintilla-mirror-a443fc9ce1c98020bd4bba7fbf18ae34ff71f4de.tar.gz
Remove unused variable.
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 ef8d98e0c..6811cbbb9 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -104,7 +104,6 @@ public:
enum { margins=5 };
int leftMarginWidth; ///< Spacing margin on left of text
int rightMarginWidth; ///< Spacing margin on left of text
- bool symbolMargin;
int maskInLine; ///< Mask for markers to be put into text because there is nowhere for them to go in margin
MarginStyle ms[margins];
int fixedColumnWidth;