aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-23 07:48:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-23 07:48:51 +0000
commitb8ba4b406903f145247450c6a692813f6b2b795f (patch)
treea39e4653688aa8fa70cd8150dd5d133ed4d461ac /src/gtkutils.c
parent4de3bf7e2d642919f72c87b6613e306fa6f2308b (diff)
removed gtksctree.[ch].
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@276 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.c')
-rw-r--r--src/gtkutils.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gtkutils.c b/src/gtkutils.c
index 9751beb5..08597065 100644
--- a/src/gtkutils.c
+++ b/src/gtkutils.c
@@ -28,6 +28,7 @@
#include <gtk/gtkwidget.h>
#include <gtk/gtkhbbox.h>
#include <gtk/gtkbutton.h>
+#include <gtk/gtkarrow.h>
#include <gtk/gtkctree.h>
#include <gtk/gtkcombo.h>
#include <gtk/gtkbindings.h>
@@ -46,11 +47,9 @@
#include "gtkutils.h"
#include "utils.h"
-#include "gtksctree.h"
#include "codeconv.h"
#include "menu.h"
-#warning FIXME_GTK2
gboolean gtkut_get_font_size(GtkWidget *widget, gint *width, gint *height)
{
PangoLayout *layout;
@@ -945,10 +944,4 @@ void gtkut_widget_init(void)
gtk_object_sink(GTK_OBJECT(clist));
gtkut_clist_bindings_add(clist);
g_object_unref(G_OBJECT(clist));
-
- clist = gtk_sctree_new_with_titles(1, 0, NULL);
- g_object_ref(G_OBJECT(clist));
- gtk_object_sink(GTK_OBJECT(clist));
- gtkut_clist_bindings_add(clist);
- g_object_unref(G_OBJECT(clist));
}