diff options
author | Marko Njezic <devnull@localhost> | 2012-02-25 00:15:12 +0100 |
---|---|---|
committer | Marko Njezic <devnull@localhost> | 2012-02-25 00:15:12 +0100 |
commit | a443fc9ce1c98020bd4bba7fbf18ae34ff71f4de (patch) | |
tree | 336edf351c00b707344843f032dd80a8257bbfbf /src/ViewStyle.h | |
parent | c8ef39998a48b5e6d19eb74026b25432814d4ee3 (diff) | |
download | scintilla-mirror-a443fc9ce1c98020bd4bba7fbf18ae34ff71f4de.tar.gz |
Remove unused variable.
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 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; |