aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-manager.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-02 16:52:46 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-02 16:54:49 +0800
commit193da58c9a4d7f6fc9ecb17b1d09c3a8fff56cdd (patch)
treed7735419598c69d10be420fe4e8da87ee7b39389 /libempathy-gtk/empathy-theme-manager.h
parent2daf6b4066dbde6fdcaa3aee6d85d67f3353bfac (diff)
downloadgsoc2013-empathy-193da58c9a4d7f6fc9ecb17b1d09c3a8fff56cdd.tar
gsoc2013-empathy-193da58c9a4d7f6fc9ecb17b1d09c3a8fff56cdd.tar.gz
gsoc2013-empathy-193da58c9a4d7f6fc9ecb17b1d09c3a8fff56cdd.tar.bz2
gsoc2013-empathy-193da58c9a4d7f6fc9ecb17b1d09c3a8fff56cdd.tar.lz
gsoc2013-empathy-193da58c9a4d7f6fc9ecb17b1d09c3a8fff56cdd.tar.xz
gsoc2013-empathy-193da58c9a4d7f6fc9ecb17b1d09c3a8fff56cdd.tar.zst
gsoc2013-empathy-193da58c9a4d7f6fc9ecb17b1d09c3a8fff56cdd.zip
theme-manager: remove useless code
None of this is still used.
Diffstat (limited to 'libempathy-gtk/empathy-theme-manager.h')
-rw-r--r--libempathy-gtk/empathy-theme-manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-manager.h b/libempathy-gtk/empathy-theme-manager.h
index 4d5194570..6e6672886 100644
--- a/libempathy-gtk/empathy-theme-manager.h
+++ b/libempathy-gtk/empathy-theme-manager.h
@@ -50,7 +50,6 @@ struct _EmpathyThemeManagerClass {
GType empathy_theme_manager_get_type (void) G_GNUC_CONST;
EmpathyThemeManager * empathy_theme_manager_dup_singleton (void);
-const gchar ** empathy_theme_manager_get_themes (void);
GList * empathy_theme_manager_get_adium_themes (void);
EmpathyChatView * empathy_theme_manager_create_view (EmpathyThemeManager *manager);
gchar * empathy_theme_manager_find_theme (const gchar *name);