summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-10-03 20:53:32 +0300
committerMavridis Philippe <mavridisf@gmail.com>2024-10-03 20:53:32 +0300
commit67a9b630c73c9b84c41e4021a598b05aadf3c5f1 (patch)
tree6fbc1275042315002b7e6446510cd572643f82a6
parent4d7263c0c97e18958df9ed156fee0bddad10f733 (diff)
downloadtwin-style-mallory-67a9b630c73c9b84c41e4021a598b05aadf3c5f1.tar.gz
twin-style-mallory-67a9b630c73c9b84c41e4021a598b05aadf3c5f1.zip
Remove unneeded file
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
-rw-r--r--malloryclient.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/malloryclient.cpp b/malloryclient.cpp
deleted file mode 100644
index d6c5db2..0000000
--- a/malloryclient.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// C++ Implementation: malloryclient
-//
-// Description:
-//
-//
-// Author: Remi Villatel <maxilys@tele2.fr>, (C) 2005
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
-#include "malloryclient.h"
-
-MalloryClient::MalloryClient(TQObject *parent, const char *name)
- : KDecoration(parent, name)
-{
-}
-
-MalloryClient::~MalloryClient()
-{
-}
-
-#include "malloryclient.moc"