diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-19 17:31:18 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-19 17:48:31 +0800 |
commit | 2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8 (patch) | |
tree | e0592827b53defc3ebf7a49ac0b37293195122ea /libempathy/empathy-time.h | |
parent | e3eb2f9d11ae3cc274c9d020dca0306fde07f783 (diff) | |
download | gsoc2013-empathy-2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8.tar gsoc2013-empathy-2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8.tar.gz gsoc2013-empathy-2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8.tar.bz2 gsoc2013-empathy-2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8.tar.lz gsoc2013-empathy-2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8.tar.xz gsoc2013-empathy-2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8.tar.zst gsoc2013-empathy-2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8.zip |
empathy-time: remove unused functions
Diffstat (limited to 'libempathy/empathy-time.h')
-rw-r--r-- | libempathy/empathy-time.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-time.h b/libempathy/empathy-time.h index 65e0127c7..5c20a6a5a 100644 --- a/libempathy/empathy-time.h +++ b/libempathy/empathy-time.h @@ -40,8 +40,6 @@ G_BEGIN_DECLS #define EMPATHY_TIME_DATE_FORMAT_DISPLAY_SHORT _("%a %d %b %Y, %H:%M") time_t empathy_time_get_current (void); -time_t empathy_time_get_local_time (struct tm *tm); -time_t empathy_time_parse (const gchar *str); gchar *empathy_time_to_string_utc (time_t t, const gchar *format); gchar *empathy_time_to_string_local (time_t t, |