X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fmain.cpp;h=8d593aef30ca8830c89639210c79fe5edd70bece;hb=2ca65d27048da3a0c8d64b1de572ea118ef6b47a;hp=b905c2a03aeaa58e8748553613a41119128495e0;hpb=6390167d6b2b1fdd04505017b8ec43b18ac167b8;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/main.cpp b/synfig-core/trunk/src/synfig/main.cpp index b905c2a..8d593ae 100644 --- a/synfig-core/trunk/src/synfig/main.cpp +++ b/synfig-core/trunk/src/synfig/main.cpp @@ -6,7 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** Copyright (c) 2007 Chris Moore +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -77,13 +77,6 @@ static etl::reference_counter synfig_ref_count_(0); /* === M E T H O D S ======================================================= */ - - - - - - - const char * synfig::get_version() { @@ -100,14 +93,6 @@ synfig::get_build_date() return __DATE__; } -const char * -synfig::get_build_time() -{ - return __TIME__; -} - -extern const char *get_build_time(); - bool synfig::check_version_(int version,int vec_size, int color_size,int canvas_size,int layer_size) { @@ -193,15 +178,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 +251,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 +316,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")); }