# HG changeset patch # User nenolod # Date 1150423600 25200 # Node ID bf0664762d4afa87ebbeac96b8e91946f3a55c1f # Parent 0423885a75f8a140b59d9fde2a4ed6fc3a569774 [svn] - remove unused code (causes a crash on some GTKs, eww!) diff -r 0423885a75f8 -r bf0664762d4a ChangeLog --- a/ChangeLog Thu Jun 15 18:41:54 2006 -0700 +++ b/ChangeLog Thu Jun 15 19:06:40 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-16 01:41:54 +0000 William Pitcock + revision [1432] + - I hate libflac's inconsistent API! + + + Changes: Modified: + +5 -1 trunk/Plugins/Input/flac/tag.c + + 2006-06-16 01:37:15 +0000 William Pitcock revision [1430] - flac_get_tuple(): properly calculate length. oops! diff -r 0423885a75f8 -r bf0664762d4a Plugins/Input/mpg123/configure.c --- a/Plugins/Input/mpg123/configure.c Thu Jun 15 18:41:54 2006 -0700 +++ b/Plugins/Input/mpg123/configure.c Thu Jun 15 19:06:40 2006 -0700 @@ -25,7 +25,7 @@ static GtkObject *streaming_size_adj, *streaming_pre_adj; static GtkWidget *streaming_save_use, *streaming_save_entry; -static GtkWidget *streaming_cast_title, *streaming_udp_title; +static GtkWidget *streaming_udp_title; static GtkWidget *streaming_save_dirbrowser; static GtkWidget *streaming_save_hbox, *title_id3_box, *title_tag_desc; static GtkWidget *title_override, *title_id3_entry, *title_id3v2_disable; @@ -409,9 +409,6 @@ gtk_container_add(GTK_CONTAINER(streaming_cast_frame), streaming_cast_vbox); - gtk_box_pack_start(GTK_BOX(streaming_cast_vbox), streaming_cast_title, - FALSE, FALSE, 0); - streaming_udp_title = gtk_check_button_new_with_label(_ ("Enable Icecast Metadata UDP Channel"));