(trunk gtk) gtr_localtime() is only used in one place, so make it a private function there instead of leaving it public in util.h

This commit is contained in:
Jordan Lee
2011-03-24 18:29:07 +00:00
parent e46d0a72ba
commit a891136602
3 changed files with 14 additions and 17 deletions

View File

@@ -63,10 +63,6 @@ char* tr_strlratio( char * buf, double ratio, size_t buflen );
/* return a human-readable string for the time given in seconds. */
char* tr_strltime( char * buf, int secs, size_t buflen );
/* similar to asctime, but is utf8-clean */
char* gtr_localtime( time_t time );
int gtr_compare_double( const double a, const double b, int decimal_places );