summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/core.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-10-18 16:50:10 -0700
committerIan Romanick <ian.d.romanick@intel.com>2011-11-07 13:33:17 -0800
commitbe4524aeed7fb67bdc45861d299d4c5ca99c4d6c (patch)
tree93d7de9c93732f8edce530a2fcba677ea0299d49 /src/mesa/main/core.h
parentc42ca36d67939bb1cda8bb362ff8da7c0da24a1d (diff)
downloadexternal_mesa3d-be4524aeed7fb67bdc45861d299d4c5ca99c4d6c.zip
external_mesa3d-be4524aeed7fb67bdc45861d299d4c5ca99c4d6c.tar.gz
external_mesa3d-be4524aeed7fb67bdc45861d299d4c5ca99c4d6c.tar.bz2
Delete code made dead by previous uniform related patches
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Tested-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/mesa/main/core.h')
-rw-r--r--src/mesa/main/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/core.h b/src/mesa/main/core.h
index 542d95b..212f085 100644
--- a/src/mesa/main/core.h
+++ b/src/mesa/main/core.h
@@ -54,7 +54,6 @@ extern "C" {
/* for GLSL */
#include "program/prog_parameter.h"
-#include "program/prog_uniform.h"
#ifdef __cplusplus
}