X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fimage.cpp;h=5b2eb1ac3f6decbe74b5c774c246a9e58c6c0aa1;hb=294c354ae3b1f26887c37f866f082e52c08d80f1;hp=2903d499f75cfcb815a02f48de869b875bff54ef;hpb=2ed9d7a0a96638bdf0614c1cf858719e7ced40d3;p=libs%2Fgui.git diff --git a/source/graphics/image.cpp b/source/graphics/image.cpp index 2903d49..5b2eb1a 100644 --- a/source/graphics/image.cpp +++ b/source/graphics/image.cpp @@ -10,14 +10,6 @@ using namespace std; namespace Msp { namespace Graphics { -Image::Data::Data(): - fmt(RGB), - width(0), - height(0), - owned_pixels(0), - pixels(0) -{ } - Image::Data::Data(const Data &other): fmt(other.fmt), width(other.width),