]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/image_private.h
Put (most of) DevIL code in its own file
[libs/gui.git] / source / graphics / image_private.h
index 19f0cefdb976ade4466289efb0f28db414c39990..72ceedda82e7dc7bac4fb511bf52875eb7c9308f 100644 (file)
@@ -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();
 };