X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fimage_private.h;h=72ceedda82e7dc7bac4fb511bf52875eb7c9308f;hb=1b8d9d3ea7152ea2e25ff252bc100aee2a6d6218;hp=19f0cefdb976ade4466289efb0f28db414c39990;hpb=1f842b63c6e1751b2017f5c4b67d50e2fc911e55;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(); };