summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fragprog.c
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_fragprog.c
parent58e4aa0ec9e8a7ab6b65af19102ed8bbcb0e1375 (diff)
remove broken non arb fp path
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_fragprog.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_fragprog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_fragprog.c b/src/mesa/drivers/dri/r300/r300_fragprog.c
index 32d2080ce6..c82d9e9885 100644
--- a/src/mesa/drivers/dri/r300/r300_fragprog.c
+++ b/src/mesa/drivers/dri/r300/r300_fragprog.c
@@ -48,7 +48,6 @@
#include "program.h"
#include "program_instruction.h"
#include "r300_context.h"
-#if USE_ARB_F_P == 1
#include "r300_fragprog.h"
#include "r300_reg.h"
@@ -1568,4 +1567,3 @@ static void dump_program(struct r300_fragment_program *rp)
fprintf(stderr, "00000000\n");
}
-#endif // USE_ARB_F_P == 1