summaryrefslogtreecommitdiff
path: root/libavutil/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index a8fd922145..ed295cfce3 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -323,15 +323,4 @@ static inline av_pure int ff_get_fourcc(const char *s){
}\
}
-/**
- * Returns NULL if CONFIG_SMALL is true otherwise the argument
- * without modifications, used to disable the definition of strings
- * (for example AVCodec long_names).
- */
-#if CONFIG_SMALL
-# define NULL_IF_CONFIG_SMALL(x) NULL
-#else
-# define NULL_IF_CONFIG_SMALL(x) x
-#endif
-
#endif /* AVUTIL_COMMON_H */