From 14a82e4f5c309281d3b3d44b3d7cf86c4aa19fc2 Mon Sep 17 00:00:00 2001 From: georges <> Date: Sat, 17 Feb 2001 08:16:59 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/dxgsg/config_dxgsg.cxx | 4 ---- panda/src/dxgsg/config_dxgsg.h | 1 - 2 files changed, 5 deletions(-) diff --git a/panda/src/dxgsg/config_dxgsg.cxx b/panda/src/dxgsg/config_dxgsg.cxx index bbc6c76e23..f93045aa64 100644 --- a/panda/src/dxgsg/config_dxgsg.cxx +++ b/panda/src/dxgsg/config_dxgsg.cxx @@ -20,10 +20,6 @@ bool dx_show_transforms = config_dxgsg.GetBool("dx-show-transforms", false); // If false, it will just blit into a window. bool dx_full_screen = config_dxgsg.GetBool("dx-full-screen", false); -// Configure this true to glHint the textures into the cheapest -// possible mode. (this does nothing in dx currently) -bool dx_cheap_textures = config_dxgsg.GetBool("dx-cheap-textures", false); - // Configure this true to perform a cull traversal over the geometry // by default, false otherwise. The cull traversal provides support // for state-sorting, z-sorting, and binning. diff --git a/panda/src/dxgsg/config_dxgsg.h b/panda/src/dxgsg/config_dxgsg.h index 66a60af03d..9eaeb0c148 100644 --- a/panda/src/dxgsg/config_dxgsg.h +++ b/panda/src/dxgsg/config_dxgsg.h @@ -13,7 +13,6 @@ NotifyCategoryDecl(dxgsg, EXPCL_PANDADX, EXPTP_PANDADX); extern bool dx_show_transforms; extern bool dx_full_screen; -extern bool dx_cheap_textures; extern bool dx_cull_traversal; extern bool dx_ignore_mipmaps;