X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2dmultisample.cpp;h=72c5f129782c7a98dabbfbc7ae1e01706f0730a3;hp=8ba52522fde8df1a8f5fd6b14560d571c58f960f;hb=f73e671dcb36c097647cddbf5b1eaaad2ffc9299;hpb=9e63512930bc7dace6dc169c65161961e5dcfcf6 diff --git a/source/core/texture2dmultisample.cpp b/source/core/texture2dmultisample.cpp index 8ba52522..72c5f129 100644 --- a/source/core/texture2dmultisample.cpp +++ b/source/core/texture2dmultisample.cpp @@ -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