summaryrefslogtreecommitdiff
path: root/src/mesa/es/state_tracker/st_cb_drawtex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/es/state_tracker/st_cb_drawtex.h')
-rw-r--r--src/mesa/es/state_tracker/st_cb_drawtex.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/mesa/es/state_tracker/st_cb_drawtex.h b/src/mesa/es/state_tracker/st_cb_drawtex.h
deleted file mode 100644
index 278815a2f7..0000000000
--- a/src/mesa/es/state_tracker/st_cb_drawtex.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/**************************************************************************
- *
- * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
- * All Rights Reserved.
- *
- **************************************************************************/
-
-
-#ifndef ST_CB_DRAWTEX_H
-#define ST_CB_DRAWTEX_H
-
-
-struct st_context;
-
-
-extern void
-_mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
-
-
-extern void
-_mesa_DrawTexfv(const GLfloat *coords);
-
-
-extern void
-st_destroy_drawtex(struct st_context *st);
-
-
-#endif