summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_texprog.h
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2006-01-27 14:35:24 +0000
committerAapo Tahkola <aet@rasterburn.org>2006-01-27 14:35:24 +0000
commit5594ddbcfe199e7a1dc21ddf39d51364d7419902 (patch)
tree629bed0aa27a837eb766f3d0e286d525aa8e0393 /src/mesa/drivers/dri/r300/r300_texprog.h
parent58e4aa0ec9e8a7ab6b65af19102ed8bbcb0e1375 (diff)
remove broken non arb fp path
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_texprog.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_texprog.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_texprog.h b/src/mesa/drivers/dri/r300/r300_texprog.h
deleted file mode 100644
index 4e91a11699..0000000000
--- a/src/mesa/drivers/dri/r300/r300_texprog.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __R300_TEXPROG_H_
-#define __R300_TEXPROG_H_
-
-#include "r300_context.h"
-
-void r300GenerateTextureFragmentShader(r300ContextPtr r300);
-
-#endif
-