X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fmain.cpp;h=4de4e720224fab5477abe6ba5d094a2b757f6518;hb=792ed706efeef84c5b82abf982078daad15f5d6c;hp=2c5be1395e77a3bd7ffd1f7122b76f8a15e987c0;hpb=824c246d2f8f8bc825f251385f5084b58256cb59;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/main.cpp b/synfig-core/trunk/src/synfig/main.cpp index 2c5be13..4de4e72 100644 --- a/synfig-core/trunk/src/synfig/main.cpp +++ b/synfig-core/trunk/src/synfig/main.cpp @@ -55,10 +55,6 @@ #include "mutex.h" -#ifdef DEATH_TIME -#include -#endif - #ifdef HAVE_SIGNAL_H #include #endif @@ -117,8 +113,6 @@ synfig::check_version_(int version,int vec_size, int color_size,int canvas_size, { bool ret=true; - CHECK_EXPIRE_TIME(); - if(version!=SYNFIG_LIBRARY_VERSION) { synfig::error(_("API Version mismatch (LIB:%d, PROG:%d)"),SYNFIG_LIBRARY_VERSION,version); @@ -219,8 +213,7 @@ synfig::Main::Main(const synfig::String& basepath,ProgressCallback *cb): // Add initialization after this point - - CHECK_EXPIRE_TIME(); + bindtextdomain("synfig", LOCALEDIR); String prefix=basepath+"/.."; unsigned int i; @@ -344,8 +337,6 @@ synfig::Main::Main(const synfig::String& basepath,ProgressCallback *cb): // load_modules(cb); - CHECK_EXPIRE_TIME(); - if(cb)cb->amount_complete(100, 100); if(cb)cb->task(_("DONE")); @@ -378,8 +369,8 @@ synfig::Main::~Main() Target::subsys_stop(); synfig::info("Layer::subsys_stop()"); Layer::subsys_stop(); - /*! \fixme For some reason, uncommenting the next line will cause things to crash. - This needs to be looked into at some point. */ + /*! \todo For some reason, uncommenting the next line will cause things to crash. + This needs to be looked into at some point. */ // synfig::info("Module::subsys_stop()"); // Module::subsys_stop(); synfig::info("Exiting");