From e8344a614dbaf8f8184a54b97444eacc8a1e7857 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 21 Jul 2008 22:38:11 +0000 Subject: [PATCH] Removed the reducent non const get methods --- include/osgUtil/TriStripVisitor | 10 ---------- 1 file changed, 10 deletions(-) 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;