diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-14 22:53:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-14 22:58:45 +0900 |
commit | 66028a6198bae8538e6187e1e656faeca9fab6e1 (patch) | |
tree | 7c389912fde09c47a421de856b54cb252a504565 | |
parent | 4379288b7365b04fffd64509cc7638cb8a5e7ee9 (diff) | |
download | tdelibs-66028a6198bae8538e6187e1e656faeca9fab6e1.tar.gz tdelibs-66028a6198bae8538e6187e1e656faeca9fab6e1.zip |
Remove __KDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ad20d79b7f0f079058484903d435c2dd2758411c)
-rw-r--r-- | tdecore/tdemacros.h.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tdecore/tdemacros.h.cmake b/tdecore/tdemacros.h.cmake index 543e3f8f0..34c945872 100644 --- a/tdecore/tdemacros.h.cmake +++ b/tdecore/tdemacros.h.cmake @@ -23,9 +23,6 @@ /* Set by configure */ #cmakedefine __TDE_HAVE_TDEHWLIB 1 #cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 -#ifdef __TDE_HAVE_GCC_VISIBILITY -#define __KDE_HAVE_GCC_VISIBILITY __TDE_HAVE_GCC_VISIBILITY -#endif /** * The TDE_NO_EXPORT macro marks the symbol of the given variable |