From 069960ea1e54b56f7dbd65f09ec3fb37a761f0d5 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Thu, 23 Nov 2000 08:24:10 +0000 Subject: [PATCH 1/1] very minor cruft removal git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@101 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_3dfxsvga.c | 7 ------- vid_glx.c | 7 ------- 2 files changed, 14 deletions(-) diff --git a/vid_3dfxsvga.c b/vid_3dfxsvga.c index cca4f25d..7be5d671 100644 --- a/vid_3dfxsvga.c +++ b/vid_3dfxsvga.c @@ -66,13 +66,6 @@ int VID_options_items = 0; /*-----------------------------------------------------------------------*/ -//int texture_mode = GL_NEAREST; -//int texture_mode = GL_NEAREST_MIPMAP_NEAREST; -//int texture_mode = GL_NEAREST_MIPMAP_LINEAR; -int texture_mode = GL_LINEAR; -//int texture_mode = GL_LINEAR_MIPMAP_NEAREST; -//int texture_mode = GL_LINEAR_MIPMAP_LINEAR; - int texture_extension_number = 1; float gldepthmin, gldepthmax; diff --git a/vid_glx.c b/vid_glx.c index 60355dde..16e012ab 100644 --- a/vid_glx.c +++ b/vid_glx.c @@ -82,13 +82,6 @@ static qboolean vidmode_active = false; /*-----------------------------------------------------------------------*/ -//int texture_mode = GL_NEAREST; -//int texture_mode = GL_NEAREST_MIPMAP_NEAREST; -//int texture_mode = GL_NEAREST_MIPMAP_LINEAR; -int texture_mode = GL_LINEAR; -//int texture_mode = GL_LINEAR_MIPMAP_NEAREST; -//int texture_mode = GL_LINEAR_MIPMAP_LINEAR; - int texture_extension_number = 1; float gldepthmin, gldepthmax; -- 2.39.2