From 1fc6bee168410e68bd521da2bf8aa96dbe1d5274 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Oct 2022 17:45:37 +0900 Subject: [PATCH] Removed code formatting modelines. Signed-off-by: Michele Calgaro --- src/MachBunt.cpp | 1 - src/MachBunt.h | 1 - src/MachBuntButton.cpp | 2 -- 3 files changed, 4 deletions(-) diff --git a/src/MachBunt.cpp b/src/MachBunt.cpp index ef3cee5..ea292aa 100644 --- a/src/MachBunt.cpp +++ b/src/MachBunt.cpp @@ -861,4 +861,3 @@ void MachBunt::doShape(int x) } #include "MachBunt.moc" -// vim: ts=4 diff --git a/src/MachBunt.h b/src/MachBunt.h index cef05bd..a4e12b4 100644 --- a/src/MachBunt.h +++ b/src/MachBunt.h @@ -170,4 +170,3 @@ class BuntFactory : public TQObject, public KDecorationFactory }; #endif -// vim: ts=4 diff --git a/src/MachBuntButton.cpp b/src/MachBuntButton.cpp index 5aeac13..ca4ac11 100644 --- a/src/MachBuntButton.cpp +++ b/src/MachBuntButton.cpp @@ -224,5 +224,3 @@ void MachBuntButton::setTipText(const TQString &tip) { } } - -// vim: ts=4