diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-09 02:07:28 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-09 02:07:28 (GMT) |
commit | a82651de310e4aedf7a634581e6369f528fb649c (patch) | |
tree | add0d1bd3b88b235e46318c23693b21baaa6565b /src/editor.cc | |
parent | 7defd5d5a978e647d6e6b61e4190f3d9b60c0cc7 (diff) |
remove QCodeEditor inspired by Giles Bathgates Jan 7 2012 email to list
Diffstat (limited to 'src/editor.cc')
-rw-r--r-- | src/editor.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/editor.cc b/src/editor.cc index 92aeefe..08bf005 100644 --- a/src/editor.cc +++ b/src/editor.cc @@ -1,7 +1,6 @@ #include "editor.h" #include "Preferences.h" -#ifndef _QCODE_EDIT_ void Editor::indentSelection() { QTextCursor cursor = textCursor(); @@ -109,4 +108,3 @@ void Editor::wheelEvent ( QWheelEvent * event ) } } -#endif |