X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.h;h=98c1da8030b8e91eb410162111fc59337b42f1ba;hb=adc1af4fb0c51317dc3a237c0d11bf05e768ad86;hp=b4cf7577f14cd1a3383ff827b9e8b0b2efc85581;hpb=d5717873a0d94962ca58b297f1eaa0d57152e168;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.h b/synfig-studio/trunk/src/gtkmm/app.h index b4cf757..98c1da8 100644 --- a/synfig-studio/trunk/src/gtkmm/app.h +++ b/synfig-studio/trunk/src/gtkmm/app.h @@ -306,7 +306,6 @@ public: static bool dialog_open_file(const std::string &title, std::string &filename); static bool dialog_save_file(const std::string &title, std::string &filename); - static bool dialog_saveas_file(const std::string &title, std::string &filename); static void dialog_error_blocking(const std::string &title, const std::string &message);