Added a new valuenode type for real values: 'Exponent'. Given a real value, it sets...
[synfig.git] / synfig-studio / trunk / src / synfigapp / canvasinterface.cpp
index 0aa2e35..1757952 100644 (file)
@@ -508,8 +508,6 @@ CanvasInterface::import(const synfig::String &filename, bool /*copy*/)
                return false;
        }
 
-
-
        if(!Importer::book().count(ext))
        {
                get_ui_interface()->error(_("I don't know how to open images of this type -- ")+ext);