X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fmain.cpp;h=be9a77ce51bdae0455188a11e95a365c43179ceb;hb=542d4300393ce45b3426a2a859fe16131d3d2cf0;hp=ce7b30152da05617e5641fe3c71a9bb1d0dbedf4;hpb=756c0d29ac1742f231e6615f9a577e574e35a4af;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/main.cpp b/synfig-core/trunk/src/synfig/main.cpp index ce7b301..be9a77c 100644 --- a/synfig-core/trunk/src/synfig/main.cpp +++ b/synfig-core/trunk/src/synfig/main.cpp @@ -77,13 +77,6 @@ static etl::reference_counter synfig_ref_count_(0); /* === M E T H O D S ======================================================= */ - - - - - - - const char * synfig::get_version() { @@ -193,15 +186,9 @@ bool retrieve_modules_to_load(String filename,std::list &modules_to_load } } - - return true; } - - - - synfig::Main::Main(const synfig::String& basepath,ProgressCallback *cb): ref_count_(synfig_ref_count_) { @@ -272,8 +259,6 @@ synfig::Main::Main(const synfig::String& basepath,ProgressCallback *cb): // Load up the list importer Importer::book()[String("lst")]=ListImporter::create; - - // Load up the modules std::list modules_to_load; std::vector locations; @@ -339,7 +324,6 @@ synfig::Main::Main(const synfig::String& basepath,ProgressCallback *cb): // load_modules(cb); - if(cb)cb->amount_complete(100, 100); if(cb)cb->task(_("DONE")); }