mmsharing/livecommsui/lcui/src/lcviewmanager_p.cpp
changeset 26 5554410e16f5
parent 25 53c1c4459a94
child 34 01f0bb65bcf1
--- a/mmsharing/livecommsui/lcui/src/lcviewmanager_p.cpp	Wed Jun 23 18:09:54 2010 +0300
+++ b/mmsharing/livecommsui/lcui/src/lcviewmanager_p.cpp	Tue Jul 06 14:13:16 2010 +0300
@@ -87,14 +87,6 @@
     mEngine = new LcUiEngine( engineName, applicationDisplayName );
     mRepository = new LcUiComponentRepository( *mEngine );
     setCurrentView( true );
-
-    // TODO: ignore orientation change at the moment, enable later
-    /*connect( &mMainWindow, SIGNAL( orientationChanged(Qt::Orientation) ), 
-            this, SLOT( updateLayout() ) );    
-
-    connect( &mMainWindow, SIGNAL( aboutToChangeOrientation() ), 
-            this, SLOT( prepareOrientationChange() ) );
-    */
         
     connect(&mMainWindow, SIGNAL(appFocusGained()), mEngine, SLOT(maximize()));
     connect(&mMainWindow, SIGNAL(appFocusLost()), mEngine, SLOT(minimize()));
@@ -131,24 +123,6 @@
     LC_QDEBUG( "livecomms [UI] <- LcViewManagerPrivate::terminateSession" )
 }
 
-// -----------------------------------------------------------------------------
-// LcViewManagerPrivate::updateLayout
-// -----------------------------------------------------------------------------
-//
-void LcViewManagerPrivate::updateLayout()
-{
-    LC_QDEBUG( "livecomms [UI] -> LcViewManagerPrivate::updateLayout()" )
-		
-    if ( mMainWindow.currentView() ) {
-        LcView* currentView = static_cast<LcView*>( mMainWindow.currentView() );
-        QString layout = currentView->currentLayout();
-        mRepository->loadLayout( layout );
-        currentView->setContentFullScreen( true );        
-        currentView->updateVideoRects();
-    }
-    
-    LC_QDEBUG( "livecomms [UI] <- LcViewManagerPrivate::updateLayout()" )
-}
 
 // -----------------------------------------------------------------------------
 // LcViewManagerPrivate::prepareOrientationChange