Revert "Fix the zombie toolbar problem (bug #8520)"

This reverts commit d00ec4dece.
This commit is contained in:
Juergen Spitzmueller 2013-04-20 11:42:21 +02:00
parent f3bb757f97
commit be0610362d

View File

@ -501,10 +501,8 @@ GuiView::GuiView(int id)
if (lyxrc.allow_geometry_session) {
// Now take care of session management.
if (restoreLayout()) {
initToolbars();
if (restoreLayout())
return;
}
}
// no session handling, default to a sane size.