X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture1d.cpp;h=1015a0af9c4aae7c2906c8363eca1100e1d267cb;hp=1733a2d8e252b7c8bc4b330120a9500b3eb00ee5;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/core/texture1d.cpp b/source/core/texture1d.cpp index 1733a2d8..1015a0af 100644 --- a/source/core/texture1d.cpp +++ b/source/core/texture1d.cpp @@ -6,10 +6,6 @@ using namespace std; namespace Msp { namespace GL { -Texture1D::Texture1D(): - width(0) -{ } - void Texture1D::storage(PixelFormat fmt, unsigned wd, unsigned lv) { if(width>0)