From 7534b21e4623b5738567661b5e1e6a25895f7918 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 21 Dec 2004 22:53:28 +0000 Subject: Fixes #61975 2004-12-21 JP Rosevear Fixes #61975 * gui/widgets/test-reflow.c: kill translated strings that were #if 0'd anyhow svn path=/trunk/; revision=28172 --- addressbook/gui/widgets/test-reflow.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/test-reflow.c b/addressbook/gui/widgets/test-reflow.c index 66f003fe2c..081c061f3e 100644 --- a/addressbook/gui/widgets/test-reflow.c +++ b/addressbook/gui/widgets/test-reflow.c @@ -105,26 +105,6 @@ static void resize(GnomeCanvas *canvas, gpointer data) NULL ); } -#if 0 -static void about_callback( GtkWidget *widget, gpointer data ) -{ - - const gchar *authors[] = - { - "Christopher James Lahey ", - NULL - }; - - GtkWidget *about = - gnome_about_new ( _( "Reflow Test" ), VERSION, - _( "Copyright (C) 2000, Ximian, Inc." ), - authors, - _( "This should test the reflow canvas item" ), - NULL); - gtk_widget_show (about); -} -#endif - int main( int argc, char *argv[] ) { GtkWidget *app; -- cgit v1.2.3