diff --git a/Quake/cl_tent.c b/Quake/cl_tent.c index ea63497d..86924215 100644 --- a/Quake/cl_tent.c +++ b/Quake/cl_tent.c @@ -143,11 +143,7 @@ void CL_ParseTEnt (void) pos[0] = MSG_ReadCoord (); pos[1] = MSG_ReadCoord (); pos[2] = MSG_ReadCoord (); -#ifdef GLTEST - Test_Spawn (pos); -#else R_RunParticleEffect (pos, vec3_origin, 0, 10); -#endif if ( rand() % 5 ) S_StartSound (-1, 0, cl_sfx_tink1, pos, 1, 1); else diff --git a/Quake/gl_rmain.c b/Quake/gl_rmain.c index f42ea345..5255bd57 100644 --- a/Quake/gl_rmain.c +++ b/Quake/gl_rmain.c @@ -767,10 +767,6 @@ void R_RenderScene (void) R_ShowTris (); //johnfitz R_ShowBoundingBoxes (); //johnfitz - -#ifdef GLTEST - Test_Draw (); -#endif } /* diff --git a/Quake/gl_rmisc.c b/Quake/gl_rmisc.c index e6bf74fe..718aa97c 100644 --- a/Quake/gl_rmisc.c +++ b/Quake/gl_rmisc.c @@ -247,10 +247,6 @@ void R_Init (void) Sky_Init (); //johnfitz Fog_Init (); //johnfitz - -#ifdef GLTEST - Test_Init (); -#endif } /* diff --git a/Quake/quakedef.h b/Quake/quakedef.h index 7fb2d507..84aa9de5 100644 --- a/Quake/quakedef.h +++ b/Quake/quakedef.h @@ -25,8 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // quakedef.h -- primary header for client -//#define GLTEST // experimental stuff - #define QUAKE_GAME // as opposed to utilities #define VERSION 1.09