diff options
Diffstat (limited to 'kate/part/kateundo.cpp')
-rw-r--r-- | kate/part/kateundo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kate/part/kateundo.cpp b/kate/part/kateundo.cpp index c37fb556c..68ce5a735 100644 --- a/kate/part/kateundo.cpp +++ b/kate/part/kateundo.cpp @@ -388,5 +388,3 @@ bool KateUndoGroup::isOnlyType(KateUndoGroup::UndoType type) return true; } - -// kate: space-indent on; indent-width 2; replace-tabs on; |