diff options
author | nyamatongwe <devnull@localhost> | 2002-12-16 19:07:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-12-16 19:07:57 +0000 |
commit | 66a80e3edebd75142aef589fd773a5d2d6cb7614 (patch) | |
tree | 0c400ab0066eb17961f3d03ec1747b12838ed383 | |
parent | fc46611fc3c7e59bb57406565cde58f10df3330d (diff) | |
download | scintilla-mirror-66a80e3edebd75142aef589fd773a5d2d6cb7614.tar.gz |
Removed dead code.
-rw-r--r-- | src/ViewStyle.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index e28e11ed8..7ac4c61e6 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -148,9 +148,7 @@ void ViewStyle::Init() { ms[1].width = 16; ms[1].mask = ~SC_MASK_FOLDERS; ms[2].symbol = true; - ms[2].width = 14; // Nice width for arrows - ms[2].mask = SC_MASK_FOLDERS; - ms[2].width = 0; // Nice width for arrows + ms[2].width = 0; ms[2].mask = 0; fixedColumnWidth = leftMarginWidth; symbolMargin = false; |