diff options
Diffstat (limited to 'kate/part/katecodecompletion.cpp')
-rw-r--r-- | kate/part/katecodecompletion.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kate/part/katecodecompletion.cpp b/kate/part/katecodecompletion.cpp index 4617ecb66..275894483 100644 --- a/kate/part/katecodecompletion.cpp +++ b/kate/part/katecodecompletion.cpp @@ -562,5 +562,3 @@ void KateArgHint::adjustSize( ) if( x() + width() > screen.x() + screen.width() ) move( screen.x() + screen.width() - width(), y() ); } - -// kate: space-indent on; indent-width 2; replace-tabs on; |