aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-boxes.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-29 23:49:21 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-29 23:49:21 +0800
commit5ec19407d91e8e0e2a332c1aed378e983e442bfc (patch)
treed3a4656697bfc1aed894dc89011a3e5f1e91f899 /libempathy-gtk/empathy-theme-boxes.h
parent2938c9d982778c3a6051647331ef8f571da77680 (diff)
downloadgsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.gz
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.bz2
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.lz
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.xz
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.zst
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.zip
Simplify chat theme system
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@507 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-theme-boxes.h')
-rw-r--r--libempathy-gtk/empathy-theme-boxes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-theme-boxes.h b/libempathy-gtk/empathy-theme-boxes.h
index a54283693..b1f0033f3 100644
--- a/libempathy-gtk/empathy-theme-boxes.h
+++ b/libempathy-gtk/empathy-theme-boxes.h
@@ -45,9 +45,7 @@ struct _EmpathyThemeBoxesClass {
EmpathyThemeClass parent_class;
};
-GType empathy_theme_boxes_get_type (void) G_GNUC_CONST;
-
-EmpathyTheme * empathy_theme_boxes_new (const gchar *name);
+GType empathy_theme_boxes_get_type (void) G_GNUC_CONST;
G_END_DECLS