Index: OpenSceneGraph/trunk/include/osg/DisplaySettings
===================================================================
--- OpenSceneGraph/trunk/include/osg/DisplaySettings (revision 10588)
+++ OpenSceneGraph/trunk/include/osg/DisplaySettings (revision 10601)
@@ -204,9 +204,6 @@
         unsigned int getMaxTexturePoolSize() const { return _maxTexturePoolSize; }
 
-        void setMaxVBOPoolSize(unsigned int size) { _maxVBOPoolSize = size; }
-        unsigned int getMaxVBOPoolSize() const { return _maxVBOPoolSize; }
-
-        void setMaxFBOPoolSize(unsigned int size) { _maxFBOPoolSize = size; }
-        unsigned int getMaxFBOPoolSize() const { return _maxFBOPoolSize; }
+        void setMaxBufferObjectPoolSize(unsigned int size) { _maxBufferObjectPoolSize = size; }
+        unsigned int getMaxBufferObjectPoolSize() const { return _maxBufferObjectPoolSize; }
 
     protected:
@@ -252,6 +249,5 @@
 
         unsigned int                    _maxTexturePoolSize;
-        unsigned int                    _maxVBOPoolSize;
-        unsigned int                    _maxFBOPoolSize;
+        unsigned int                    _maxBufferObjectPoolSize;
 };
 
