]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/matlib.hxx
Some small fixes
[simgear.git] / simgear / scene / material / matlib.hxx
index ccebc6863c1d1b73cf976ec9d03d2c7b89ed3c70..30f2c2b262370cd0774ad40ac3e430489820f40c 100644 (file)
@@ -74,9 +74,6 @@ public:
     // find a material record by material name
     SGMaterial *find( const string& material );
 
-    void set_step (int step);
-    int get_step ();
-
     /**
      * Load the next deferred texture, if there is any.
      */
@@ -93,8 +90,4 @@ public:
 };
 
 
-// global material management class
-extern SGMaterialLib material_lib;
-
-
 #endif // _MATLIB_HXX