(trunk gtk) more dead code removal

This commit is contained in:
Charles Kerr
2010-08-02 22:45:38 +00:00
parent 36064b8120
commit 49e23db0fe
5 changed files with 3 additions and 25 deletions

View File

@@ -585,18 +585,6 @@ gtr_dbus_present_window( void )
return success;
}
GtkWidget *
gtr_button_new_from_stock( const char * stock,
const char * mnemonic )
{
GtkWidget * image = gtk_image_new_from_stock( stock,
GTK_ICON_SIZE_BUTTON );
GtkWidget * button = gtk_button_new_with_mnemonic( mnemonic );
gtk_button_set_image( GTK_BUTTON( button ), image );
return button;
}
/***
****
***/