diff options
author | Marko Njezic <unknown> | 2012-02-25 00:15:12 +0100 |
---|---|---|
committer | Marko Njezic <unknown> | 2012-02-25 00:15:12 +0100 |
commit | 65381afbb6dd49c5b87f6edaff50ec599663e68b (patch) | |
tree | 54072d261015a4c948edc625ee86d221f93d1089 /src/ViewStyle.h | |
parent | cfc3ab4f4a1ae8224113ec40d3a2bdf244f7fa3c (diff) | |
download | scintilla-mirror-65381afbb6dd49c5b87f6edaff50ec599663e68b.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; |