summaryrefslogtreecommitdiffhomepage
path: root/main-window/mixins.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-12-17 17:51:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2021-12-17 20:27:17 +0100
commit756d2925904ca87266fc30c3d84b9c3682c73fce (patch)
treecd4b4ac87e95de4795b4a63ee4c5b9707299f0d6 /main-window/mixins.hpp
parentc174ccfb7b22cfc39c03b153d112b43f8cbd92fa (diff)
opentrack: kill unfinished obsolete code
Diffstat (limited to 'main-window/mixins.hpp')
-rw-r--r--main-window/mixins.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/main-window/mixins.hpp b/main-window/mixins.hpp
deleted file mode 100644
index b85e6498..00000000
--- a/main-window/mixins.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "export.hpp"
-
-// XXX TODO add is_base_of and void_t stuff
-
-#define OTR_MIXIN_NS(name) \
- mixins :: detail :: name
-
-#define OTR_DECLARE_MIXIN(name) \
- namespace mixins { \
- using name = :: OTR_MIXIN_NS(name) :: name; \
- }