Commit c6a01bb0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - MI: remove unneeded variables that weren't cleared in the previous commit.

parent 50810ad7
......@@ -924,14 +924,6 @@ void MainInterface::updateOnTimer()
QApplication::closeAllWindows();
QApplication::quit();
}
/* For some weird reasons, we have to resize the intf after intf-show
Of course this is wrong, but I can't fix it now */
if( p_intf->p_sys->p_mi->b_toUpdate )
{
doComponentsUpdate();
p_intf->p_sys->p_mi->b_toUpdate = false;
}
}
/*****************************************************************************
......
......@@ -81,7 +81,6 @@ public:
QMenu *getSysTrayMenu() { return systrayMenu; };
int getControlsVisibilityStatus();
bool b_toUpdate;
#if 0 /* Sizehint() */
QSize sizeHint() const;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment