summaryrefslogtreecommitdiff
path: root/src/glsl/ir.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2010-07-14 11:54:15 -0700
committerKenneth Graunke <kenneth@whitecape.org>2010-07-14 15:50:27 -0700
commit7d19bf2ec34dceb621ec82861be3d12ba73e67d3 (patch)
tree0cac693814add0f34e7f976e6da806ad00f5d05f /src/glsl/ir.h
parent021222c6a872ca2eef770ebadb8754f659775204 (diff)
glsl2: Remove ir_program bong hits.
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r--src/glsl/ir.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h
index 053b6fecd1..790173ed6b 100644
--- a/src/glsl/ir.h
+++ b/src/glsl/ir.h
@@ -41,10 +41,6 @@ extern "C" {
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
#endif
-struct ir_program {
- void *bong_hits;
-};
-
/**
* Base class of all IR instructions
*/