photosgallery/viewframework/plugins/gridviewplugin/src/glxmaingridviewplugin.cpp
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
--- a/photosgallery/viewframework/plugins/gridviewplugin/src/glxmaingridviewplugin.cpp	Thu Jan 07 12:46:23 2010 +0200
+++ b/photosgallery/viewframework/plugins/gridviewplugin/src/glxmaingridviewplugin.cpp	Mon Jan 18 20:19:20 2010 +0200
@@ -108,9 +108,6 @@
     TGlxHelpContext helpInfo;
     helpInfo.iBrowseContext = LGAL_HLP_ALL_GRID;
     helpInfo.iViewContext = LGAL_HLP_ALL_FULLSCREEN;
-    GLX_LOG_INFO( "Adding CGlxCommandHandlerSlideshow" );
-    iGridView->AddCommandHandlerL(
-                    CGlxCommandHandlerSlideshow::NewL( iGridView, ETrue , EFalse ) );
     iGridView->AddCommandHandlerL(CGlxCommandHandlerHelp::NewL(helpInfo));
     }