Mercurial > audlegacy
changeset 1260:bf0664762d4a trunk
[svn] - remove unused code (causes a crash on some GTKs, eww!)
author | nenolod |
---|---|
date | Thu, 15 Jun 2006 19:06:40 -0700 |
parents | 0423885a75f8 |
children | a1bd63b7b24f |
files | ChangeLog Plugins/Input/mpg123/configure.c |
diffstat | 2 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [1430] - flac_get_tuple(): properly calculate length. oops!
--- 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"));