photosgallery/viewframework/tvout/src/glxtv.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 4 57d388cc48c1
child 15 191387a8b767
--- a/photosgallery/viewframework/tvout/src/glxtv.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/tvout/src/glxtv.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -165,17 +165,6 @@
 #else
     iSettingsTVAspectRatio = 0;
 #endif
-	// Commenting out code for request notification as these doesnt work fine,
-	// would be soon updated with latest api's to support aspectration chnages.
-    // Request notification when the user changes cenrep values
-//    TInt err = iRepository.NotifyRequest( iSettingsTVAspectRatio, iStatus );
-//    if (!(KErrNone ==err ||KErrAlreadyExists  ==err))
-//        {
-//        RDebug::Printf("## Error code in CGlxTv::CGlxTvOutCenRepMonitor::ConstructL() is %d",err);
-//        User::Leave(err);
-//        }
-    
-//    SetActive();
     }