summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/module/export.hpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-01 20:50:41 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-12 21:04:38 +0200
commitd136059fb8f11ae72ff12946159ab8032b820d2d (patch)
tree58956cca8d674e7a8ad48ca85fa088d5a34edaad /tracker-easy/module/export.hpp
parent6d0013cec7fedceaed889fa056f16a9077c08157 (diff)
Easy Tracker: Removing base static library.
Diffstat (limited to 'tracker-easy/module/export.hpp')
-rw-r--r--tracker-easy/module/export.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tracker-easy/module/export.hpp b/tracker-easy/module/export.hpp
deleted file mode 100644
index a733c9fe..00000000
--- a/tracker-easy/module/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_TRACKER_PT
-# define OTR_PT_EXPORT OTR_GENERIC_EXPORT
-#else
-# define OTR_PT_EXPORT OTR_GENERIC_IMPORT
-#endif