As before, the date is sufficient. Removed get_build_time().
[synfig.git] / synfig-core / trunk / src / synfig / main.cpp
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)
 {