Put the 'paste_canvas' and 'PasteCanvas' mentions on a single line to make things...
[synfig.git] / synfig-studio / trunk / src / gtkmm / instance.cpp
index 185acca..a67d7f7 100644 (file)
@@ -185,17 +185,6 @@ Instance::set_redo_status(bool x)
 }
 
 bool
-studio::Instance::save_as(const synfig::String &file_name)const
-{
-       if(synfigapp::Instance::save_as(file_name))
-       {
-               App::add_recent_file(file_name);
-               return true;
-       }
-       return false;
-}
-
-bool
 studio::Instance::save_as(const synfig::String &file_name)
 {
        if(synfigapp::Instance::save_as(file_name))