summaryrefslogtreecommitdiff
path: root/include/helpcompiler/dllapi.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 20:06:28 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 20:34:54 +0300
commit610681b97aca28c4c40c3462875cd47105442a21 (patch)
treeaef760ed2438c7b6d7abca441911b87df29d9b43 /include/helpcompiler/dllapi.h
parent9e30d407564a67917e667f5d67962efa0eadc9b0 (diff)
L10N_PLUGIN_PUBLIC is not used anywhere
Change-Id: I27bc41e76aa19cf6bd0a9eb4dcbfa07a0d165eb0
Diffstat (limited to 'include/helpcompiler/dllapi.h')
-rw-r--r--include/helpcompiler/dllapi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/helpcompiler/dllapi.h b/include/helpcompiler/dllapi.h
index c82395272134..a2035bafb9c1 100644
--- a/include/helpcompiler/dllapi.h
+++ b/include/helpcompiler/dllapi.h
@@ -29,12 +29,6 @@
#define L10N_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
-#if defined UNX && ! defined MACOS
-#define L10N_PLUGIN_PUBLIC L10N_DLLPUBLIC
-#else
-#define L10N_PLUGIN_PUBLIC SAL_DLLPRIVATE
-#endif
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */