Browse Source

*** empty log message ***

georges 25 years ago
parent
commit
14a82e4f5c
2 changed files with 0 additions and 5 deletions
  1. 0 4
      panda/src/dxgsg/config_dxgsg.cxx
  2. 0 1
      panda/src/dxgsg/config_dxgsg.h

+ 0 - 4
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.

+ 0 - 1
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;