summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-14 10:52:25 +0200
committerDavid Robillard <d@drobilla.net>2019-04-14 11:18:00 +0200
commit41a1a23f81ca279a0d8baf0c85ab97db9e267f9a (patch)
tree6c186f58988a266d99aa76fa9d73c56dd50324ca /lilv
parent03595793602d435ce079cd75abab5df62c478f6b (diff)
downloadlilv-41a1a23f81ca279a0d8baf0c85ab97db9e267f9a.tar.gz
lilv-41a1a23f81ca279a0d8baf0c85ab97db9e267f9a.tar.bz2
lilv-41a1a23f81ca279a0d8baf0c85ab97db9e267f9a.zip
Remove redundant declaration of LILV_DEPRECATED
Diffstat (limited to 'lilv')
-rw-r--r--lilv/lilvmm.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lilv/lilvmm.hpp b/lilv/lilvmm.hpp
index 769ace5..d08db02 100644
--- a/lilv/lilvmm.hpp
+++ b/lilv/lilvmm.hpp
@@ -19,12 +19,6 @@
#include "lilv/lilv.h"
-#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
-# define LILV_DEPRECATED __attribute__((__deprecated__))
-#else
-# define LILV_DEPRECATED
-#endif
-
namespace Lilv {
LILV_DEPRECATED