Removed buildMipmaps method that had no implementation.

This commit is contained in:
Robert Osfield
2008-12-15 12:16:31 +00:00
parent 71cb98dce4
commit 7d719d998e
2 changed files with 0 additions and 8 deletions

View File

@@ -306,9 +306,6 @@ class OSG_EXPORT Image : public Object
return getMipmapData(mipmapLevel) + (column*getPixelSizeInBits())/8+row*getRowSizeInBytes();
}*/
/** Build all mipmap levels and change the image type to contain mipmaps **/
void buildMipmaps();
/** Return true if this image is translucent - i.e. it has alpha values that are less 1.0 (when normalized). */
bool isImageTranslucent() const;