aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-theme-manager.h')
-rw-r--r--libempathy-gtk/empathy-theme-manager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-theme-manager.h b/libempathy-gtk/empathy-theme-manager.h
index d20a916e1..6bd2d41f5 100644
--- a/libempathy-gtk/empathy-theme-manager.h
+++ b/libempathy-gtk/empathy-theme-manager.h
@@ -16,8 +16,6 @@
* License along with this program; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
- *
- * Authors: Richard Hult <richard@imendio.com>
*/
#ifndef __EMPATHY_THEME_MANAGER_H__
@@ -25,8 +23,6 @@
#include <glib-object.h>
-#include "empathy-chat-view.h"
-
G_BEGIN_DECLS
#define EMPATHY_TYPE_THEME_MANAGER (empathy_theme_manager_get_type ())
@@ -55,9 +51,6 @@ void empathy_theme_manager_apply (EmpathyThemeManag
const gchar *theme);
void empathy_theme_manager_apply_saved (EmpathyThemeManager *manager,
EmpathyChatView *view);
-void empathy_theme_manager_update_show_avatars (EmpathyThemeManager *manager,
- EmpathyChatView *view,
- gboolean show);
G_END_DECLS