X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.cpp;h=3c3579c1d131137f89ab49b57dd565f15a3ed544;hp=01612d7325a8bf21c875e6e5a7de4f3de461657d;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/core/texture2d.cpp b/source/core/texture2d.cpp index 01612d73..3c3579c1 100644 --- a/source/core/texture2d.cpp +++ b/source/core/texture2d.cpp @@ -6,11 +6,6 @@ using namespace std; namespace Msp { namespace GL { -Texture2D::Texture2D(): - width(0), - height(0) -{ } - Texture2D::~Texture2D() { set_manager(0);