Analyze!EnabledProtocols: Remove unnecessary line of code added in the previous commit;

svn path=/trunk/; revision=28290
This commit is contained in:
Bill Meier 2009-05-06 15:38:43 +00:00
parent 2bcb8d7418
commit 809966abb3
1 changed files with 0 additions and 1 deletions

View File

@ -370,7 +370,6 @@ proto_ok_cb(GtkWidget *ok_bt _U_, gpointer parent_w)
/* if we don't have a Save button, just save the settings now */
if (!prefs.gui_use_pref_save) {
proto_write(parent_w);
update_was_enabled();
}
window_destroy(GTK_WIDGET(parent_w));