diff -r 74c9f037fd5d -r 99ad1390cd33 tvout/src/glxtv.cpp --- a/tvout/src/glxtv.cpp Fri Mar 19 09:28:59 2010 +0200 +++ b/tvout/src/glxtv.cpp Fri Apr 16 14:58:46 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(); }