diff --git a/include/osgUtil/TriStripVisitor b/include/osgUtil/TriStripVisitor index c1d4d67b8..9ace77dd1 100644 --- a/include/osgUtil/TriStripVisitor +++ b/include/osgUtil/TriStripVisitor @@ -56,11 +56,6 @@ class OSGUTIL_EXPORT TriStripVisitor : public BaseOptimizerVisitor _cacheSize = size; } - inline unsigned int getCacheSize() - { - return _cacheSize; - } - inline unsigned int getCacheSize() const { return _cacheSize; @@ -71,11 +66,6 @@ class OSGUTIL_EXPORT TriStripVisitor : public BaseOptimizerVisitor _minStripSize = size; } - inline unsigned int getMinStripSize() - { - return _minStripSize; - } - inline unsigned int getMinStripSize() const { return _minStripSize;