Преглед изворни кода

Removed unused PRC variable ConfigVariableInt

Ashwini Jha пре 5 година
родитељ
комит
dd28a086b3

+ 0 - 3
panda/src/navigation/config_navigation.cxx

@@ -31,8 +31,6 @@ ConfigureFn(config_navigation) {
   init_libnavigation();
 }
 
-ConfigVariableInt navigation_sample_config_variable
-("navigation-sample-config-variable", 25);
 
 /**
  * Initializes the library.  This must be called at least once before any of
@@ -54,7 +52,6 @@ init_libnavigation() {
   // Register factory functions for constructing objects from .bam files
   NavMeshNode::register_with_read_factory();
   NavMesh::register_with_read_factory();
-
   
 }
 

+ 0 - 2
panda/src/navigation/config_navigation.h

@@ -22,8 +22,6 @@
 
 NotifyCategoryDecl(navigation, EXPCL_NAVIGATION, EXPTP_NAVIGATION);
 
-extern ConfigVariableInt    navigation_sample_config_variable;
-
 extern EXPCL_NAVIGATION void init_libnavigation();
 
 #endif

+ 0 - 2
panda/src/navmeshgen/config_navmeshgen.cxx

@@ -28,8 +28,6 @@ ConfigureFn(config_navmeshgen) {
   init_libnavmeshgen();
 }
 
-ConfigVariableInt navmeshgen_sample_config_variable
-("navmeshgen-sample-config-variable", 25);
 
 /**
  * Initializes the library.  This must be called at least once before any of

+ 0 - 2
panda/src/navmeshgen/config_navmeshgen.h

@@ -22,8 +22,6 @@
 
 NotifyCategoryDecl(navmeshgen, EXPCL_NAVMESHGEN, EXPTP_NAVMESHGEN);
 
-extern ConfigVariableInt    navmeshgen_sample_config_variable;
-
 extern EXPCL_NAVMESHGEN void init_libnavmeshgen();
 
 #endif