Tidying.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 11 Feb 2008 12:45:24 +0000 (12:45 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 11 Feb 2008 12:45:24 +0000 (12:45 +0000)
git-svn-id: http://svn.voria.com/code@1668 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/main.cpp

index ce7b301..be9a77c 100644 (file)
@@ -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<String> &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<String> modules_to_load;
        std::vector<String> 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"));
 }