summaryrefslogtreecommitdiffstats
path: root/kate/part/katedocumenthelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/part/katedocumenthelpers.cpp')
-rw-r--r--kate/part/katedocumenthelpers.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/kate/part/katedocumenthelpers.cpp b/kate/part/katedocumenthelpers.cpp
index b2e43758f..ff4184685 100644
--- a/kate/part/katedocumenthelpers.cpp
+++ b/kate/part/katedocumenthelpers.cpp
@@ -52,5 +52,3 @@ void KateBrowserExtension::slotSelectionChanged()
if (m_doc->activeView())
emit enableAction( "copy", m_doc->activeView()->hasSelection() );
}
-
-// kate: space-indent on; indent-width 2; replace-tabs on;