diff -r e30d4a1b8bad -r c26cc2a7c548 phoneapp/phoneuiutils/inc/phoneconstants.h --- a/phoneapp/phoneuiutils/inc/phoneconstants.h Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneapp/phoneuiutils/inc/phoneconstants.h Wed Oct 13 14:31:22 2010 +0300 @@ -161,18 +161,14 @@ // Used in CPhoneKeys // The character to be used as the 'wait' character, by DTMF code. -const TUint KPhoneDtmfWaitCharacter = 'w'; -const TUint KPhoneDtmfWaitCharacterUpper = 'W'; +const TUint KPhoneDtmfWaitCharacter = 'w'; // The character to be used as the 'soft pause' character, by DTMF code. const TUint KPhoneDtmfPauseCharacter = 'p'; -const TUint KPhoneDtmfPauseCharacterUpper = 'P'; // The character to be used as the 'speed-dial' character, by DTMF code. const TUint KPhoneDtmfSpeedDialCharacter = '+'; -const TUint KPhoneDtmfPlusCharacter = 135; // Bluetooth SU-8W '+' - // The length of the speed dial prefix, used to prevent buffer overflow const TUint KPhoneDtmfSpeedDialPrefixLength = 1;