summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/tnl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl/tnl.h')
-rw-r--r--src/mesa/tnl/tnl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h
index 9c66d3b019..4736dcff9e 100644
--- a/src/mesa/tnl/tnl.h
+++ b/src/mesa/tnl/tnl.h
@@ -29,7 +29,7 @@
#define _TNL_H
#include "main/mtypes.h"
-
+#include "tnl_features.h"
/* These are the public-access functions exported from tnl. (A few
@@ -94,7 +94,4 @@ _tnl_vbo_draw_prims( GLcontext *ctx,
extern void
_mesa_load_tracked_matrices(GLcontext *ctx);
-extern void
-_tnl_RasterPos(GLcontext *ctx, const GLfloat vObj[4]);
-
#endif