summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2011-10-06 18:51:57 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2011-10-06 18:51:57 +0100
commitf207b22c6efa7267b476339d52056e27f1ef930c (patch)
treec43ae006a2c28ab422bdc6351c81bf13c3dd54c8 /include
parente4b75132a31fef25960ea7abbf5dace418b1fc37 (diff)
parented405d729443f414faa9e92094a23bad236ae9c6 (diff)
downloadxine-lib-f207b22c6efa7267b476339d52056e27f1ef930c.tar.gz
xine-lib-f207b22c6efa7267b476339d52056e27f1ef930c.tar.bz2
Merge from 1.1.
--HG-- rename : src/xine-utils/attributes.h => include/xine/attributes.h
Diffstat (limited to 'include')
-rw-r--r--include/xine/attributes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/xine/attributes.h b/include/xine/attributes.h
index 9f02d9b7b..2326dab18 100644
--- a/include/xine/attributes.h
+++ b/include/xine/attributes.h
@@ -66,15 +66,6 @@
# define XINE_PROTECTED
#endif
-/* Export hidden only for private/internal libxine functions */
-#if defined(XINE_LIBRARY_COMPILE) && defined(SUPPORT_ATTRIBUTE_VISIBILITY_INTERNAL)
-# define XINE_INTERNAL __attribute__((__visibility__("internal")))
-#elif defined(XINE_LIBRARY_COMPILE) && defined(SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT)
-# define XINE_INTERNAL __attribute__((__visibility__("default")))
-#else
-# define XINE_INTERNAL
-#endif
-
#ifdef SUPPORT_ATTRIBUTE_SENTINEL
# define XINE_SENTINEL __attribute__((__sentinel__))
#else