diff -r 24062c24fe38 -r 2a26698d78ba phoneapp/phoneuiview/src/cphonenotecontroller.cpp --- a/phoneapp/phoneuiview/src/cphonenotecontroller.cpp Fri Mar 12 15:42:40 2010 +0200 +++ b/phoneapp/phoneuiview/src/cphonenotecontroller.cpp Mon Mar 15 12:40:24 2010 +0200 @@ -40,7 +40,6 @@ #include "cphonetimer.h" #include "cphonenote.h" #include "cphonedtmfsendingnote.h" -#include "cphoneuidisablednote.h" // CONSTANTS const TInt KPhoneIntervalDivider = 100; @@ -144,13 +143,6 @@ tone = noteParam->Tone(); break; - case EPhoneNoteUIDisabled: - // Use the specified values - resourceId = noteParam->ResourceId(); - timeout = CAknNoteDialog::ENoTimeout; - tone = CAknNoteDialog::ENoTone; - break; - default: Panic( EPhoneViewCaseNotHandled ); break; @@ -161,10 +153,6 @@ { iNote = new ( ELeave ) CPhoneDtmfSendingNote( reinterpret_cast( &iNote ), *iEikEnv.EikAppUi() ); } - else if( noteParam->Type() == EPhoneNoteUIDisabled ) - { - iNote = new ( ELeave ) CPhoneUIDisabledNote( reinterpret_cast( &iNote ), *iEikEnv.EikAppUi() ); - } else { iNote = new ( ELeave ) CPhoneNote( reinterpret_cast( &iNote ), *iEikEnv.EikAppUi() );