summaryrefslogtreecommitdiff
path: root/glsl_types.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-26 14:41:32 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-03-26 14:41:32 -0700
commitcef3baecf636a30b62cd7a1e8de57c7650f7003e (patch)
tree8a42a0614c4b86717c34f91c33fc082c91262800 /glsl_types.h
parenta6d653dcbbee3158f9ea7b284bdeb1a8432f0fcb (diff)
Replace remaining use of is_error_type with glsl_type::is_error
Diffstat (limited to 'glsl_types.h')
-rw-r--r--glsl_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/glsl_types.h b/glsl_types.h
index 64c6cef..beaaa78 100644
--- a/glsl_types.h
+++ b/glsl_types.h
@@ -39,8 +39,6 @@
#define GLSL_TYPE_VOID 8
#define GLSL_TYPE_ERROR 9
-#define is_error_type(t) ((t)->base_type == GLSL_TYPE_ERROR)
-
enum glsl_sampler_dim {
GLSL_SAMPLER_DIM_1D = 0,
GLSL_SAMPLER_DIM_2D,