summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-07 03:55:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-07 03:55:46 +0200
commit29857b87efdec4ed6a4adb8162d2428460eec53a (patch)
tree0738b0504e1c9ce42cc5f5455ee34552576ee6cc /compat
parenta1ee9c7a2ebc5d450a7428c8f8d7ab6864cb9497 (diff)
cmake: cleanup
We now inherit parent process' console. No need for the cmake cache option.
Diffstat (limited to 'compat')
-rw-r--r--compat/linkage-macros.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/compat/linkage-macros.hpp b/compat/linkage-macros.hpp
index b9bc9801..460e7ee5 100644
--- a/compat/linkage-macros.hpp
+++ b/compat/linkage-macros.hpp
@@ -7,9 +7,3 @@
# define OTR_GENERIC_EXPORT __attribute__ ((visibility ("default")))
# define OTR_GENERIC_IMPORT
#endif
-
-#if defined _MSC_VER
-# define OTR_GENERIC_TEMPLATE
-#else
-# define OTR_GENERIC_TEMPLATE __attribute__ ((visibility ("default")))
-#endif