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() ...@@ -924,14 +924,6 @@ void MainInterface::updateOnTimer()
QApplication::closeAllWindows(); QApplication::closeAllWindows();
QApplication::quit(); 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: ...@@ -81,7 +81,6 @@ public:
QMenu *getSysTrayMenu() { return systrayMenu; }; QMenu *getSysTrayMenu() { return systrayMenu; };
int getControlsVisibilityStatus(); int getControlsVisibilityStatus();
bool b_toUpdate;
#if 0 /* Sizehint() */ #if 0 /* Sizehint() */
QSize sizeHint() const; QSize sizeHint() const;
#endif #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