diff options
Diffstat (limited to 'addressbook/printing')
-rw-r--r-- | addressbook/printing/e-contact-print.c | 1 | ||||
-rw-r--r-- | addressbook/printing/test-contact-print-style-editor.c | 20 | ||||
-rw-r--r-- | addressbook/printing/test-print.c | 21 |
3 files changed, 0 insertions, 42 deletions
diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c index 23abe184ca..0ba9dbb71a 100644 --- a/addressbook/printing/e-contact-print.c +++ b/addressbook/printing/e-contact-print.c @@ -29,7 +29,6 @@ #include <libxml/tree.h> #include <libxml/parser.h> #include <libxml/xmlmemory.h> -#include <libgnome/gnome-util.h> #include <glib/gi18n.h> #include <libebook/e-book.h> #include <libebook/e-contact.h> diff --git a/addressbook/printing/test-contact-print-style-editor.c b/addressbook/printing/test-contact-print-style-editor.c index cf9aeebeb2..2ca9afb159 100644 --- a/addressbook/printing/test-contact-print-style-editor.c +++ b/addressbook/printing/test-contact-print-style-editor.c @@ -40,26 +40,6 @@ static void destroy_callback(GtkWidget *app, gpointer data) exit(0); } -#if 0 -static void about_callback( GtkWidget *widget, gpointer data ) -{ - - const gchar *authors[] = - { - "Christopher James Lahey <clahey@umich.edu>", - NULL - }; - - GtkWidget *about = - gnome_about_new ( _( "Contact Print Style Editor Test" ), VERSION, - _( "Copyright (C) 2000, Ximian, Inc." ), - authors, - _( "This should test the contact print style editor widget" ), - NULL); - gtk_widget_show (about); -} -#endif - int main( int argc, char *argv[] ) { GtkWidget *app; diff --git a/addressbook/printing/test-print.c b/addressbook/printing/test-print.c index 6616a92fff..2c658840e6 100644 --- a/addressbook/printing/test-print.c +++ b/addressbook/printing/test-print.c @@ -24,32 +24,11 @@ #include <stdlib.h> #include <gtk/gtk.h> -#include <libgnomeui/gnome-dialog.h> #include <libgnomeui/gnome-ui-init.h> #include <glade/glade.h> #include <bonobo/bonobo-main.h> #include "e-contact-print.h" -#if 0 -static void about_callback( GtkWidget *widget, gpointer data ) -{ - - const gchar *authors[] = - { - "Christopher James Lahey <clahey@umich.edu>", - NULL - }; - - GtkWidget *about = - gnome_about_new ( _( "Contact Print Test" ), VERSION, - _( "Copyright (C) 2000, Ximian, Inc." ), - authors, - _( "This should test the contact print code" ), - NULL); - gtk_widget_show (about); -} -#endif - int main( int argc, char *argv[] ) { GList *shown_fields = NULL; |