X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.cpp;h=3c3579c1d131137f89ab49b57dd565f15a3ed544;hb=8544116298d7a1be176f52be48c9952529f5c446;hp=01612d7325a8bf21c875e6e5a7de4f3de461657d;hpb=ef650a483b4201a1e9727f9a86e59894344d30e8;p=libs%2Fgl.git 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);