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:53:14 +0900 |
commit | ad20d79b7f0f079058484903d435c2dd2758411c (patch) | |
tree | 0e9dbaf86c40f45d3e9e140c5881c19836b386f4 | |
parent | 5ccd85791536d6aafeb463aa42c592264ac4fb68 (diff) | |
download | tdelibs-ad20d79b7f0f079058484903d435c2dd2758411c.tar.gz tdelibs-ad20d79b7f0f079058484903d435c2dd2758411c.zip |
Remove __KDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 |