summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-21 16:11:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-22 17:18:11 +0900
commit402f0ff4c10e280812b4f434c9e84a958a808405 (patch)
tree714f47a4c57758f41d0dcdfa7dbd5015031d3ec6
parent7476deac847211b8f7d4defdeeada726b044ac6e (diff)
downloadtdelibs-402f0ff4c10e280812b4f434c9e84a958a808405.tar.gz
tdelibs-402f0ff4c10e280812b4f434c9e84a958a808405.zip
Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3ff47aede2d1dced05a8d52078ec847499742ece)
-rw-r--r--tdecore/kdemacros.h.cmake6
-rw-r--r--tdecore/kdemacros.h.in6
2 files changed, 0 insertions, 12 deletions
diff --git a/tdecore/kdemacros.h.cmake b/tdecore/kdemacros.h.cmake
index 4db1fd5db..1c652176a 100644
--- a/tdecore/kdemacros.h.cmake
+++ b/tdecore/kdemacros.h.cmake
@@ -58,8 +58,6 @@
TQ_EXTERN_C TDE_EXPORT TQUnknownInterface* ucm_instantiate(); \
TQ_EXPORT_PLUGIN(PLUGIN)
-#define KDE_Q_EXPORT_PLUGIN TDE_EXPORT_PLUGIN
-
/**
* The TDE_PACKED can be used to hint the compiler that a particular
* structure or class should not contain unnecessary paddings.
@@ -71,8 +69,6 @@
#define TDE_PACKED
#endif
-#define KDE_PACKED TDE_PACKED
-
/**
* The TDE_DEPRECATED macro can be used to trigger compile-time warnings
* with newer compilers when deprecated functions are used.
@@ -187,6 +183,4 @@
#define TDE_WEAK_SYMBOL
#endif
-#define KDE_WEAK_SYMBOL TDE_WEAK_SYMBOL
-
#endif /* _KDE_MACROS_H_ */
diff --git a/tdecore/kdemacros.h.in b/tdecore/kdemacros.h.in
index b572ca212..571d5fafe 100644
--- a/tdecore/kdemacros.h.in
+++ b/tdecore/kdemacros.h.in
@@ -57,8 +57,6 @@
TQ_EXTERN_C TDE_EXPORT TQUnknownInterface* ucm_instantiate(); \
TQ_EXPORT_PLUGIN(PLUGIN)
-#define KDE_Q_EXPORT_PLUGIN TDE_EXPORT_PLUGIN
-
/**
* The TDE_PACKED can be used to hint the compiler that a particular
* structure or class should not contain unnecessary paddings.
@@ -70,8 +68,6 @@
#define TDE_PACKED
#endif
-#define KDE_PACKED TDE_PACKED
-
/**
* The TDE_DEPRECATED macro can be used to trigger compile-time warnings
* with newer compilers when deprecated functions are used.
@@ -186,6 +182,4 @@
#define TDE_WEAK_SYMBOL
#endif
-#define KDE_WEAK_SYMBOL TDE_WEAK_SYMBOL
-
#endif /* _KDE_MACROS_H_ */