summaryrefslogtreecommitdiff
path: root/src/demos/ipers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/ipers.c')
-rw-r--r--src/demos/ipers.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/demos/ipers.c b/src/demos/ipers.c
index c939d9be..d7cd9e75 100644
--- a/src/demos/ipers.c
+++ b/src/demos/ipers.c
@@ -21,11 +21,6 @@
#include "readtex.h"
-#ifdef XMESA
-#include "GL/xmesa.h"
-static int fullscreen = 1;
-#endif
-
static int WIDTH = 640;
static int HEIGHT = 480;
@@ -273,13 +268,6 @@ key(unsigned char k, int x, int y)
v -= 0.01;
break;
-#ifdef XMESA
- case ' ':
- fullscreen = (!fullscreen);
- XMesaSetFXmode(fullscreen ? XMESA_FX_FULLSCREEN : XMESA_FX_WINDOW);
- break;
-#endif
-
case '+':
LODbias--;
break;