Mercurial > audlegacy
diff Plugins/Input/modplug/gui/callbacks.cpp @ 864:9d393eabf984 trunk
[svn] now modplug uses xmms_show_message for its aboutbox
| author | giacomo |
|---|---|
| date | Fri, 24 Mar 2006 07:02:57 -0800 |
| parents | 37316876ef6e |
| children | 5ef13028e42d |
line wrap: on
line diff
--- a/Plugins/Input/modplug/gui/callbacks.cpp Thu Mar 23 17:24:41 2006 -0800 +++ b/Plugins/Input/modplug/gui/callbacks.cpp Fri Mar 24 07:02:57 2006 -0800 @@ -21,19 +21,6 @@ return TRUE; } -void -on_about_close_clicked (GtkButton *button, - gpointer user_data) -{ - GtkWidget* lAboutWindow; - - lAboutWindow = lookup_widget((GtkWidget*)button, "About"); - if(!lAboutWindow) - cerr << "ModPlug: on_about_close_clicked: Could not find about window!" << endl; - else - gtk_widget_hide(lAboutWindow); -} - void on_config_apply_clicked (GtkButton *button,
