Index: OpenSceneGraph/trunk/src/osgWrappers/osg/DisplaySettings.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgWrappers/osg/DisplaySettings.cpp (revision 10588)
+++ OpenSceneGraph/trunk/src/osgWrappers/osg/DisplaySettings.cpp (revision 10601)
@@ -395,22 +395,12 @@
 	          "",
 	          "");
-	I_Method1(void, setMaxVBOPoolSize, IN, unsigned int, size,
-	          Properties::NON_VIRTUAL,
-	          __void__setMaxVBOPoolSize__unsigned_int,
-	          "",
-	          "");
-	I_Method0(unsigned int, getMaxVBOPoolSize,
-	          Properties::NON_VIRTUAL,
-	          __unsigned_int__getMaxVBOPoolSize,
-	          "",
-	          "");
-	I_Method1(void, setMaxFBOPoolSize, IN, unsigned int, size,
-	          Properties::NON_VIRTUAL,
-	          __void__setMaxFBOPoolSize__unsigned_int,
-	          "",
-	          "");
-	I_Method0(unsigned int, getMaxFBOPoolSize,
-	          Properties::NON_VIRTUAL,
-	          __unsigned_int__getMaxFBOPoolSize,
+	I_Method1(void, setMaxBufferObjectPoolSize, IN, unsigned int, size,
+	          Properties::NON_VIRTUAL,
+	          __void__setMaxBufferObjectPoolSize__unsigned_int,
+	          "",
+	          "");
+	I_Method0(unsigned int, getMaxBufferObjectPoolSize,
+	          Properties::NON_VIRTUAL,
+	          __unsigned_int__getMaxBufferObjectPoolSize,
 	          "",
 	          "");
@@ -442,7 +432,7 @@
 	                 __float__getEyeSeparation, 
 	                 __void__setEyeSeparation__float);
-	I_SimpleProperty(unsigned int, MaxFBOPoolSize, 
-	                 __unsigned_int__getMaxFBOPoolSize, 
-	                 __void__setMaxFBOPoolSize__unsigned_int);
+	I_SimpleProperty(unsigned int, MaxBufferObjectPoolSize, 
+	                 __unsigned_int__getMaxBufferObjectPoolSize, 
+	                 __void__setMaxBufferObjectPoolSize__unsigned_int);
 	I_SimpleProperty(unsigned int, MaxNumberOfGraphicsContexts, 
 	                 __unsigned_int__getMaxNumberOfGraphicsContexts, 
@@ -451,7 +441,4 @@
 	                 __unsigned_int__getMaxTexturePoolSize, 
 	                 __void__setMaxTexturePoolSize__unsigned_int);
-	I_SimpleProperty(unsigned int, MaxVBOPoolSize, 
-	                 __unsigned_int__getMaxVBOPoolSize, 
-	                 __void__setMaxVBOPoolSize__unsigned_int);
 	I_SimpleProperty(unsigned int, MinimumNumAccumAlphaBits, 
 	                 __unsigned_int__getMinimumNumAccumAlphaBits, 
