As before, the date is sufficient. Removed get_build_time().
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 20 Feb 2008 18:21:20 +0000 (18:21 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 20 Feb 2008 18:21:20 +0000 (18:21 +0000)
git-svn-id: http://svn.voria.com/code@1793 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index be9a77c..8d593ae 100644 (file)
@@ -93,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)
 {
index 11a3165..aba3cfd 100644 (file)
@@ -68,8 +68,6 @@ extern const char *get_version();
 
 extern const char *get_build_date();
 
-extern const char *get_build_time();
-
 }; // END of namespace synfig
 
 /* === E N D =============================================================== */