gl_texturemode was made into a cvar yonks ago.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2093 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-03-12 05:24:57 +00:00
parent e6993268bf
commit 96cc1e17aa
1 changed files with 0 additions and 1 deletions

View File

@ -1165,7 +1165,6 @@ void GLDraw_Init (void)
}
void GLDraw_DeInit (void)
{
Cmd_RemoveCommand("gl_texturemode");
Cmd_RemoveCommand ("gl_texture_anisotropic_filtering");
draw_disc = NULL;