diff options
author | nyamatongwe <unknown> | 2002-12-16 19:07:57 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-12-16 19:07:57 +0000 |
commit | 096c2246f22bd49595ae9546f317c49a387abbcc (patch) | |
tree | 0c400ab0066eb17961f3d03ec1747b12838ed383 /src/ViewStyle.cxx | |
parent | 4a92f452d12ab8cb9ea4a025b0835a46273643f5 (diff) | |
download | scintilla-mirror-096c2246f22bd49595ae9546f317c49a387abbcc.tar.gz |
Removed dead code.
Diffstat (limited to 'src/ViewStyle.cxx')
-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; |