]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/matmodel.hxx
Merge branch 'zan/stencil'
[simgear.git] / simgear / scene / material / matmodel.hxx
index ac6856979c8c729cbd26c8933eae4385b8425aa7..9d06427a968bd581c569ef34e3a847751ceb1783 100644 (file)
@@ -77,15 +77,6 @@ public:
     int get_model_count( SGPropertyNode *prop_root );
 
 
-    /**
-     * Get a specific variant model for the object.
-     *
-     * @param index The index of the model.
-     * @return The model.
-     */
-     osg::Node *get_model( int index, SGPropertyNode *prop_root );
-
-
     /**
      * Get a randomly-selected variant model for the object.
      *