fix deletion/pointer error

Not sure why the now deleted hack was ever necessary for the compiler
This commit is contained in:
Paul Davis 2019-10-25 07:51:54 -06:00
parent 48161d7f51
commit faeaf14e3b
1 changed files with 1 additions and 2 deletions

View File

@ -225,8 +225,7 @@ StartupFSM::dialog_response_handler (int response, StartupFSM::DialogID dialog_i
/* any response value from the pre-release dialog means
"move along now"
*/
Gtk::Widget* w = pre_release_dialog;
end_dialog (&w);
end_dialog (&pre_release_dialog);
if (NewUserWizard::required()) {
show_new_user_dialog ();