diff options
Diffstat (limited to 'languages/cpp/simplecontext.cpp')
-rw-r--r-- | languages/cpp/simplecontext.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/languages/cpp/simplecontext.cpp b/languages/cpp/simplecontext.cpp index 225bfc84..addaaf9d 100644 --- a/languages/cpp/simplecontext.cpp +++ b/languages/cpp/simplecontext.cpp @@ -64,5 +64,3 @@ SimpleVariable SimpleContext::findVariable( const TQString& varname ) } return SimpleVariable(); } - -// kate: indent-mode csands; tab-width 4; |