mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) more dead code removal
This commit is contained in:
12
gtk/util.c
12
gtk/util.c
@@ -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;
|
||||
}
|
||||
|
||||
/***
|
||||
****
|
||||
***/
|
||||
|
||||
Reference in New Issue
Block a user