summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/postprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/postprocess/postprocess.h')
-rw-r--r--src/gallium/auxiliary/postprocess/postprocess.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/postprocess/postprocess.h b/src/gallium/auxiliary/postprocess/postprocess.h
index c4b2030..1db581c 100644
--- a/src/gallium/auxiliary/postprocess/postprocess.h
+++ b/src/gallium/auxiliary/postprocess/postprocess.h
@@ -30,9 +30,6 @@
#include "pipe/p_state.h"
-#define PP_FILTERS 6 /* Increment this if you add filters */
-#define PP_MAX_PASSES 6
-
struct cso_context;
struct pp_queue_t; /* Forward definition */