aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 10:09:14 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 10:09:14 +0000
commit9d1f3c573b52d3ae4932c5304e99f436835adce4 (patch)
treecc198b75aeb60b2b4ce510708a138b5ba0f883f0 /src/gtkutils.h
parentd6e4a1d2be97b08699b91c4dbc5b758245ae1133 (diff)
gtkutils.[ch]: removed non-used code.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@136 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index 0483be94..959864d6 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -89,14 +89,6 @@ void gtkut_widget_set_small_font_size (GtkWidget *widget);
void gtkut_convert_int_to_gdk_color (gint rgbvalue,
GdkColor *color);
-void gtkut_button_set_create (GtkWidget **bbox,
- GtkWidget **button1,
- const gchar *label1,
- GtkWidget **button2,
- const gchar *label2,
- GtkWidget **button3,
- const gchar *label3);
-
void gtkut_stock_button_set_create (GtkWidget **bbox,
GtkWidget **button1,
const gchar *label1,