From cc5bd2cfec356289b1113f4c4b98dc6a6abfd800 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Mon, 15 Jun 2009 22:48:25 +0200 Subject: [PATCH] Remove assert(o) call because this function is called when importing a SVG file using the png module and the build is in debug mode. --- synfig-core/trunk/src/modules/mod_png/mptr_png.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4