mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(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:
@@ -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 );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user