From 0b81a0f7ac3abd5d5bc53f3b0d4a2de3b8dd5448 Mon Sep 17 00:00:00 2001 From: dooglus Date: Mon, 11 Feb 2008 12:45:24 +0000 Subject: [PATCH] Tidying. git-svn-id: http://svn.voria.com/code@1668 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/main.cpp | 16 ---------------- 1 file changed, 16 deletions(-) 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")); } -- 2.7.4