aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-12-16 19:07:57 +0000
committernyamatongwe <unknown>2002-12-16 19:07:57 +0000
commit096c2246f22bd49595ae9546f317c49a387abbcc (patch)
tree0c400ab0066eb17961f3d03ec1747b12838ed383 /src
parent4a92f452d12ab8cb9ea4a025b0835a46273643f5 (diff)
downloadscintilla-mirror-096c2246f22bd49595ae9546f317c49a387abbcc.tar.gz
Removed dead code.
Diffstat (limited to 'src')
-rw-r--r--src/ViewStyle.cxx4
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;