From b6813e03456a01458837bea3f00793a018c92f7d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Oct 2022 17:45:04 +0900 Subject: [PATCH] Removed code formatting modelines. Signed-off-by: Michele Calgaro --- src/SUSE2.cpp | 2 -- src/SUSE2.h | 2 -- src/SUSE2button.cpp | 2 -- src/SUSE2button.h | 2 -- src/SUSE2client.cpp | 3 --- src/config/config.cpp | 2 -- 6 files changed, 13 deletions(-) diff --git a/src/SUSE2.cpp b/src/SUSE2.cpp index e874790..2e911a7 100644 --- a/src/SUSE2.cpp +++ b/src/SUSE2.cpp @@ -330,5 +330,3 @@ extern "C" return KWinSUSE2::handler; } } - -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/src/SUSE2.h b/src/SUSE2.h index b249455..bd1d658 100644 --- a/src/SUSE2.h +++ b/src/SUSE2.h @@ -142,5 +142,3 @@ SUSE2Handler* Handler(); } // KWinSUSE2 #endif - -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/src/SUSE2button.cpp b/src/SUSE2button.cpp index 0bbeaad..9f68f03 100644 --- a/src/SUSE2button.cpp +++ b/src/SUSE2button.cpp @@ -979,5 +979,3 @@ void IconEngine::drawObject(TQPainter &p, Object object, int x, int y, int lengt } } // KWinSUSE2 - -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/src/SUSE2button.h b/src/SUSE2button.h index df83533..765d147 100644 --- a/src/SUSE2button.h +++ b/src/SUSE2button.h @@ -105,5 +105,3 @@ class IconEngine } // namespace KWinSUSE2 #endif - -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/src/SUSE2client.cpp b/src/SUSE2client.cpp index da91319..fe75131 100644 --- a/src/SUSE2client.cpp +++ b/src/SUSE2client.cpp @@ -763,6 +763,3 @@ void SUSE2Client::update_captionBuffer() } } // KWinSUSE2 - -// kate: space-indent on; indent-width 4; replace-tabs on; - diff --git a/src/config/config.cpp b/src/config/config.cpp index 0853828..edbacde 100644 --- a/src/config/config.cpp +++ b/src/config/config.cpp @@ -280,5 +280,3 @@ extern "C" } #include "config.moc" - -// kate: space-indent on; indent-width 4; replace-tabs on;