X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fimage_private.h;h=72ceedda82e7dc7bac4fb511bf52875eb7c9308f;hb=a50eef72fac4b253bd014a32ec43b90e990b5784;hp=19f0cefdb976ade4466289efb0f28db414c39990;hpb=cc728fda1325c5358f3ec177d31621b5688371fe;p=libs%2Fgui.git diff --git a/source/graphics/image_private.h b/source/graphics/image_private.h index 19f0cef..72ceedd 100644 --- a/source/graphics/image_private.h +++ b/source/graphics/image_private.h @@ -11,12 +11,10 @@ struct Image::Private #ifdef WITH_DEVIL unsigned id; #endif -#ifdef WITH_LIBPNG PixelFormat fmt; unsigned width; unsigned height; char *data; -#endif Private(); };