From 117fe1a28085e14601d0fb345c0b3f07f57dfe34 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 14 Apr 2012 17:37:33 +1000 Subject: Remove unused WhiteSpace get/set. Feature #3517596. From Marko Njezic. --- src/Editor.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index 4249fb648..2d19decbf 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -5643,14 +5643,6 @@ int Editor::KeyDown(int key, bool shift, bool ctrl, bool alt, bool *consumed) { return KeyDownWithModifiers(key, modifiers, consumed); } -void Editor::SetWhitespaceVisible(int view) { - vs.viewWhitespace = static_cast(view); -} - -int Editor::GetWhitespaceVisible() { - return vs.viewWhitespace; -} - void Editor::Indent(bool forwards) { for (size_t r=0; rLineFromPosition(sel.Range(r).anchor.Position()); -- cgit v1.2.3