summaryrefslogtreecommitdiffhomepage
path: root/compat/tr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/tr.cpp')
-rw-r--r--compat/tr.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/compat/tr.cpp b/compat/tr.cpp
deleted file mode 100644
index 58f0a71a..00000000
--- a/compat/tr.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "tr.hpp"
-
-
-TR::TR() : QObject(nullptr) {}
-
-TR::TR(const TR&) : QObject(nullptr) {}
-
-TR& TR::operator=(const TR&)
-{
- return *this;
-}
-