diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-17 17:51:32 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-17 20:27:17 +0100 |
commit | 756d2925904ca87266fc30c3d84b9c3682c73fce (patch) | |
tree | cd4b4ac87e95de4795b4a63ee4c5b9707299f0d6 /main-window/export.hpp | |
parent | c174ccfb7b22cfc39c03b153d112b43f8cbd92fa (diff) |
opentrack: kill unfinished obsolete code
Diffstat (limited to 'main-window/export.hpp')
-rw-r--r-- | main-window/export.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main-window/export.hpp b/main-window/export.hpp deleted file mode 100644 index 184cf035..00000000 --- a/main-window/export.hpp +++ /dev/null @@ -1,11 +0,0 @@ -// generates export.hpp for each module from compat/linkage.hpp - -#pragma once - -#include "compat/linkage-macros.hpp" - -#ifdef BUILD_MAIN_WINDOW -# define OTR_MAIN_EXPORT OTR_GENERIC_EXPORT -#else -# define OTR_MAIN_EXPORT OTR_GENERIC_IMPORT -#endif |