diff src/util.h @ 13033:69b3d5cbd2b1

[gaim-migrate @ 15389] Kill gaim_date() and gaim_date_full(). The former isn't used and the latter is used only twice. This makes the buddy pounce pop-ups and debug log headers contain localized dates, fixing part of SF Bug #1325915. Thanks to Bleeter for discovering that gaim_date() isn't used. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 25 Jan 2006 02:58:54 +0000
parents 248b8b39c671
children b553326bc468
line wrap: on
line diff
--- a/src/util.h	Tue Jan 24 06:08:39 2006 +0000
+++ b/src/util.h	Wed Jan 25 02:58:54 2006 +0000
@@ -201,30 +201,6 @@
 /*@{*/
 
 /**
- * Returns the current local time in hour:minute:second form.
- *
- * The returned string is stored in a static buffer, so the result
- * should be g_strdup()'d if it's intended to be used for long.
- *
- * @return The current local time.
- *
- * @see gaim_date_full()
- */
-const char *gaim_date(void);
-
-/**
- * Returns the date and time in human-readable form.
- *
- * The returned string is stored in a static buffer, so the result
- * should be g_strdup()'d if it's intended to be used for long.
- *
- * @return The date and time in human-readable form.
- *
- * @see gaim_date()
- */
-const char *gaim_date_full(void);
-
-/**
  * Builds a time_t from the supplied information.
  *
  * @param year  The year.