aboutsummaryrefslogtreecommitdiff
path: root/ui.qt/source/keyword.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui.qt/source/keyword.cpp')
-rw-r--r--ui.qt/source/keyword.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ui.qt/source/keyword.cpp b/ui.qt/source/keyword.cpp
deleted file mode 100644
index f782437..0000000
--- a/ui.qt/source/keyword.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "keyword.hpp"
-
-#include "knowledgefragment.hpp"
-
-Keyword::Keyword(const QString& name)
- : name(name)
-{
-}
-
-Keyword::~Keyword() = default;