aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pugl/attributes.h')
-rw-r--r--include/pugl/attributes.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/pugl/attributes.h b/include/pugl/attributes.h
index 75322ee..775a852 100644
--- a/include/pugl/attributes.h
+++ b/include/pugl/attributes.h
@@ -26,17 +26,6 @@
# endif
#endif
-// Deprecated API
-#ifndef PUGL_DISABLE_DEPRECATED
-# if defined(__clang__)
-# define PUGL_DEPRECATED_BY(rep) __attribute__((deprecated("", rep)))
-# elif defined(__GNUC__)
-# define PUGL_DEPRECATED_BY(rep) __attribute__((deprecated("Use " rep)))
-# else
-# define PUGL_DEPRECATED_BY(rep)
-# endif
-#endif
-
// GCC function attributes
#if defined(__GNUC__)
# define PUGL_CONST_FUNC __attribute__((const))