X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexturecube.cpp;h=9aec4b1d19640f699adbf8c2596a7e14555b6200;hp=ea29499732646897dd9e81c7080c8cc3bc9ff013;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=160e9eea29bd10034733d59507fa1bcca36be401 diff --git a/source/core/texturecube.cpp b/source/core/texturecube.cpp index ea294997..9aec4b1d 100644 --- a/source/core/texturecube.cpp +++ b/source/core/texturecube.cpp @@ -29,10 +29,6 @@ const unsigned TextureCube::orientations[12] = 1, 3 }; -TextureCube::TextureCube(): - size(0) -{ } - void TextureCube::storage(PixelFormat fmt, unsigned sz, unsigned lv) { if(size>0)