diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-04-22 00:36:07 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-04-22 00:38:43 +0200 |
commit | c308f7f3e96094c4d5077655960a0910dbaa605c (patch) | |
tree | 950ac568f996d4e159297114ad22bd041fbb53ce /test | |
parent | 4485d32d41f1519313ad49d43914bbd0b78d104b (diff) | |
download | nautilus-c308f7f3e96094c4d5077655960a0910dbaa605c.tar.gz |
Remove other deprecated GTK+ symbols
There were still some references to deprecated GTK+ symbols in some
files, or in some comments. Let's drop them all.
Diffstat (limited to 'test')
-rw-r--r-- | test/test-eel-background.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test-eel-background.c b/test/test-eel-background.c index 64a3d3ded..cb2e897ab 100644 --- a/test/test-eel-background.c +++ b/test/test-eel-background.c @@ -11,17 +11,10 @@ main (int argc, char *argv[]) GtkWidget *window; EelBackground *background; char *image_uri; -#if 0 - char *titles[] = { "test 1", "test 2", "test 3"}; -#endif gtk_init (&argc, &argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); -#if 0 - ctree = gtk_ctree_new_with_titles (3, 2, titles); - gtk_container_add (GTK_CONTAINER (window), ctree); -#endif g_signal_connect (window, "destroy", gtk_main_quit, NULL); |