diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-18 19:47:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-19 07:12:11 +0800 |
commit | 5e6b2ce12834a5b9a39ebfda3347377a52d00fac (patch) | |
tree | 7d8d783fad8a703018013482fe92b0e0cdce0c42 /libempathy/empathy-idle.h | |
parent | 6d44631feaef9003a77b9854764549afee839a27 (diff) | |
download | gsoc2013-empathy-5e6b2ce12834a5b9a39ebfda3347377a52d00fac.tar gsoc2013-empathy-5e6b2ce12834a5b9a39ebfda3347377a52d00fac.tar.gz gsoc2013-empathy-5e6b2ce12834a5b9a39ebfda3347377a52d00fac.tar.bz2 gsoc2013-empathy-5e6b2ce12834a5b9a39ebfda3347377a52d00fac.tar.lz gsoc2013-empathy-5e6b2ce12834a5b9a39ebfda3347377a52d00fac.tar.xz gsoc2013-empathy-5e6b2ce12834a5b9a39ebfda3347377a52d00fac.tar.zst gsoc2013-empathy-5e6b2ce12834a5b9a39ebfda3347377a52d00fac.zip |
idle: make empathy_idle_get_status static
It's not used anymore and other components should use the account manager
directly.
Diffstat (limited to 'libempathy/empathy-idle.h')
-rw-r--r-- | libempathy/empathy-idle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h index 105e1830c..687742c0f 100644 --- a/libempathy/empathy-idle.h +++ b/libempathy/empathy-idle.h @@ -52,7 +52,6 @@ EmpathyIdle *empathy_idle_dup_singleton (void); TpConnectionPresenceType empathy_idle_get_state (EmpathyIdle *idle); void empathy_idle_set_state (EmpathyIdle *idle, TpConnectionPresenceType state); -const gchar *empathy_idle_get_status (EmpathyIdle *idle); void empathy_idle_set_status (EmpathyIdle *idle, const gchar *status); void empathy_idle_set_presence (EmpathyIdle *idle, |