diff options
author | nyamatongwe <devnull@localhost> | 2012-04-06 20:48:12 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-04-06 20:48:12 +1000 |
commit | e024ed6dadedaa7c6c3efccd4cbd88fd882b80eb (patch) | |
tree | cc977f298e809c71542f3478753444aaea4f12a6 /src/Editor.cxx | |
parent | cd10b569de5c48298b9a45883ce851ae80362f82 (diff) | |
download | scintilla-mirror-e024ed6dadedaa7c6c3efccd4cbd88fd882b80eb.tar.gz |
Remove unused variable.
From Marko Njezic.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index fcfc04998..85b70b7ac 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3774,7 +3774,6 @@ long Editor::FormatRange(bool draw, Sci_RangeToFormat *pfr) { vsPrint.ms[margin].width = 0; } } - vsPrint.showMarkedLines = false; vsPrint.fixedColumnWidth = 0; vsPrint.zoomLevel = printMagnification; // Don't show indentation guides |