aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing/test-print.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/printing/test-print.c')
-rw-r--r--addressbook/printing/test-print.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/addressbook/printing/test-print.c b/addressbook/printing/test-print.c
index 58ff940f03..bd2f222c67 100644
--- a/addressbook/printing/test-print.c
+++ b/addressbook/printing/test-print.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <gtk/gtk.h>
-#include <glade/glade.h>
#include "e-contact-print.h"
gint
@@ -34,8 +33,6 @@ main (gint argc, gchar *argv[])
gtk_init (&argc, &argv);
- glade_init ();
-
shown_fields = g_list_append (shown_fields, (gpointer) "First field");
shown_fields = g_list_append (shown_fields, (gpointer) "Second field");
shown_fields = g_list_append (shown_fields, (gpointer) "Third field");