From c1136256870320723ad42e04e2559ae384b8fe91 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 28 Sep 2020 10:54:45 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- lib/util/kdeveditorutil.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/util/kdeveditorutil.cpp') diff --git a/lib/util/kdeveditorutil.cpp b/lib/util/kdeveditorutil.cpp index 198e9a42..34893c73 100644 --- a/lib/util/kdeveditorutil.cpp +++ b/lib/util/kdeveditorutil.cpp @@ -83,7 +83,3 @@ TQString KDevEditorUtil::currentSelection( KTextEditor::Document * doc ) KTextEditor::SelectionInterface * selectIface = dynamic_cast( doc ); return selectIface ? selectIface->selection() : TQString(); } - - -// kate: space-indent off; indent-width 4; tab-width 4; show-tabs on; - -- cgit v1.2.1