Removed an unnecessary call to drawFullScreenButton method
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 17 Aug 2010 07:20:41 +0000 (10:20 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 17 Aug 2010 07:20:41 +0000 (10:20 +0300)
src/ui/mainwindow.cpp

index 1d9fde4..3ec7767 100644 (file)
@@ -917,8 +917,6 @@ void MainWindow::showPanels()
 
 ///< @todo check how this is called and can this method be removed
 
-    drawFullScreenButton(m_viewPortSize);
-
 //    if(m_loggedIn) {
 //        if(!m_friendsListPanel->isVisible()) {
 //            m_friendsListPanel->show();