aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-04-14 17:37:33 +1000
committernyamatongwe <unknown>2012-04-14 17:37:33 +1000
commit117fe1a28085e14601d0fb345c0b3f07f57dfe34 (patch)
tree6a28d9f682b3e1c66258b7361e3fa6872905d69b /src/Editor.h
parent65e526dd2a5b1fce59513a7f2720ffbf91c2f310 (diff)
downloadscintilla-mirror-117fe1a28085e14601d0fb345c0b3f07f57dfe34.tar.gz
Remove unused WhiteSpace get/set. Feature #3517596.
From Marko Njezic.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Editor.h b/src/Editor.h
index bdb0f6b30..c33f5b5f1 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -469,9 +469,6 @@ protected: // ScintillaBase subclass needs access to much of Editor
int KeyDownWithModifiers(int key, int modifiers, bool *consumed);
int KeyDown(int key, bool shift, bool ctrl, bool alt, bool *consumed=0);
- int GetWhitespaceVisible();
- void SetWhitespaceVisible(int view);
-
void Indent(bool forwards);
virtual CaseFolder *CaseFolderForEncoding();