diff options
author | Keith Whitwell <[email protected]> | 2003-05-20 09:54:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-05-20 09:54:58 +0000 |
commit | 27358a24a0113a62492923abe35e8660ed7335ef (patch) | |
tree | 474f45986d53e0829312ac99db7dc78634d4a84d /progs/tests/texrect.c | |
parent | eea72ff722975d91bc2293a403bb43d69e5858d0 (diff) |
move LoadYUVImage into readtex.c
Diffstat (limited to 'progs/tests/texrect.c')
-rw-r--r-- | progs/tests/texrect.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/progs/tests/texrect.c b/progs/tests/texrect.c index 685dd863ea0..c20251801c7 100644 --- a/progs/tests/texrect.c +++ b/progs/tests/texrect.c @@ -1,4 +1,4 @@ -/* $Id: texrect.c,v 1.2 2002/10/15 14:43:55 brianp Exp $ */ +/* $Id: texrect.c,v 1.3 2003/05/20 09:54:58 keithw Exp $ */ /* GL_NV_texture_rectangle test * @@ -14,8 +14,6 @@ #include <string.h> #include <GL/glut.h> -#include "readtex.c" /* I know, this is a hack. */ - #define TEXTURE_0_FILE "../images/girl.rgb" #define TEXTURE_1_FILE "../images/reflect.rgb" |