remove unused code: gtr_toolbar_set_orientation() is unnecessary because we always use the default setting

This commit is contained in:
Charles Kerr
2010-12-21 16:50:41 +00:00
parent fee807cd57
commit c0723bcac8
3 changed files with 0 additions and 16 deletions

View File

@@ -754,18 +754,6 @@ gtr_widget_set_visible( GtkWidget * w, gboolean b )
#endif
}
void
gtr_toolbar_set_orientation( GtkToolbar * toolbar,
GtkOrientation orientation )
{
#if GTK_CHECK_VERSION( 2,16,0 )
gtk_orientable_set_orientation( GTK_ORIENTABLE( toolbar ), orientation );
#else
gtk_toolbar_set_orientation( toolbar, orientation );
#endif
}
/***
****
***/