From a81ff195c15ccfa34f25b7b753c2e5438fe8939e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 19 Apr 2011 21:53:48 +0200 Subject: libpostproc: Remove crufty code disabled by the big bump. --- libpostproc/postprocess.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libpostproc/postprocess.c') diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 73ffcb4..d7c99e2 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -695,11 +695,7 @@ static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[] /* -pp Command line Help */ -#if LIBPOSTPROC_VERSION_INT < (52<<16) -const char *const pp_help= -#else const char pp_help[] = -#endif "Available postprocessing filters:\n" "Filters Options\n" "short long name short long option Description\n" -- cgit v1.1