aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-time.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-19 17:31:18 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-21 10:36:04 +0800
commit3aa72e42ffe1ce5068dfc5c351d05598f2884bea (patch)
treec71f28fa198d690de7eb7db09e9d4a373b3ade23 /libempathy/empathy-time.h
parent5fc44ac8edcdf5702a0793217f9275bd00748932 (diff)
downloadgsoc2013-empathy-3aa72e42ffe1ce5068dfc5c351d05598f2884bea.tar
gsoc2013-empathy-3aa72e42ffe1ce5068dfc5c351d05598f2884bea.tar.gz
gsoc2013-empathy-3aa72e42ffe1ce5068dfc5c351d05598f2884bea.tar.bz2
gsoc2013-empathy-3aa72e42ffe1ce5068dfc5c351d05598f2884bea.tar.lz
gsoc2013-empathy-3aa72e42ffe1ce5068dfc5c351d05598f2884bea.tar.xz
gsoc2013-empathy-3aa72e42ffe1ce5068dfc5c351d05598f2884bea.tar.zst
gsoc2013-empathy-3aa72e42ffe1ce5068dfc5c351d05598f2884bea.zip
empathy-time: remove unused functions
Diffstat (limited to 'libempathy/empathy-time.h')
-rw-r--r--libempathy/empathy-time.h2
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,