X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_png%2Fmptr_png.cpp;h=19f82f35880b1edb0b9203134103fbfd1bb82d47;hb=cc5bd2cfec356289b1113f4c4b98dc6a6abfd800;hp=ffdc153a6e30d556c17ee94cf34f007f4cfb993e;hpb=6fa8f2f38d4b0b35f8539bf94e27ae27015c7689;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_png/mptr_png.cpp b/synfig-core/trunk/src/modules/mod_png/mptr_png.cpp index ffdc153..19f82f3 100644 --- a/synfig-core/trunk/src/modules/mod_png/mptr_png.cpp +++ b/synfig-core/trunk/src/modules/mod_png/mptr_png.cpp @@ -409,7 +409,7 @@ png_mptr::~png_mptr() bool png_mptr::get_frame(synfig::Surface &surface,Time, synfig::ProgressCallback */*cb*/) { - assert(0); // shouldn't be called? + //assert(0); // shouldn't be called? surface=surface_buffer; return true; }