summaryrefslogtreecommitdiff
path: root/src/demos/teapot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/teapot.c')
-rw-r--r--src/demos/teapot.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/demos/teapot.c b/src/demos/teapot.c
index e7bd8ac9..ab78c713 100644
--- a/src/demos/teapot.c
+++ b/src/demos/teapot.c
@@ -19,11 +19,6 @@
#include "glut_wrap.h"
#include "readtex.h"
-#ifdef XMESA
-#include "GL/xmesa.h"
-static int fullscreen=1;
-#endif
-
static int WIDTH=640;
static int HEIGHT=480;
@@ -218,12 +213,6 @@ static void key(unsigned char k, int x, int y)
bfcull=1;
}
break;
-#ifdef XMESA
- case ' ':
- XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
- fullscreen=(!fullscreen);
- break;
-#endif
}
}