diff options
author | JP Rosevear <jpr@novell.com> | 2004-12-22 06:53:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-12-22 06:53:28 +0800 |
commit | 7534b21e4623b5738567661b5e1e6a25895f7918 (patch) | |
tree | a57a5b32099ad3d8b03e6f836d892d6e15507d27 /addressbook/gui | |
parent | cc3ce4c662c230d8d2e66282881003d4421eb486 (diff) | |
download | gsoc2013-evolution-7534b21e4623b5738567661b5e1e6a25895f7918.tar.gz gsoc2013-evolution-7534b21e4623b5738567661b5e1e6a25895f7918.tar.zst gsoc2013-evolution-7534b21e4623b5738567661b5e1e6a25895f7918.zip |
Fixes #61975
2004-12-21 JP Rosevear <jpr@novell.com>
Fixes #61975
* gui/widgets/test-reflow.c: kill translated strings that were #if
0'd anyhow
svn path=/trunk/; revision=28172
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/widgets/test-reflow.c | 20 |
1 files changed, 0 insertions, 20 deletions
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 <clahey@umich.edu>", - 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; |