]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2dmultisample.cpp
Move the Resource function override of Texture classes into backend
[libs/gl.git] / source / core / texture2dmultisample.cpp
index 8ba52522fde8df1a8f5fd6b14560d571c58f960f..72c5f129782c7a98dabbfbc7ae1e01706f0730a3 100644 (file)
@@ -38,10 +38,5 @@ void Texture2DMultisample::image(const Graphics::Image &, unsigned)
        throw invalid_operation("Texture2DMultisample::image");
 }
 
-uint64_t Texture2DMultisample::get_data_size() const
-{
-       return id ? width*height*get_pixel_size(format)*samples : 0;
-}
-
 } // namespace GL
 } // namespace Msp