summaryrefslogtreecommitdiff
path: root/progs/demos/teapot.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/teapot.c')
-rw-r--r--progs/demos/teapot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/demos/teapot.c b/progs/demos/teapot.c
index addee03a3d..c36865f4bc 100644
--- a/progs/demos/teapot.c
+++ b/progs/demos/teapot.c
@@ -410,8 +410,6 @@ static void draw(void)
static void inittextures(void)
{
- GLenum gluerr;
-
glGenTextures(1,&t1id);
glBindTexture(GL_TEXTURE_2D,t1id);