phoneapp/phoneuiutils/inc/mphonestorage.h
changeset 77 2be0b271d017
parent 0 5f000ab63145
--- a/phoneapp/phoneuiutils/inc/mphonestorage.h	Fri Sep 17 08:29:19 2010 +0300
+++ b/phoneapp/phoneuiutils/inc/mphonestorage.h	Mon Oct 04 00:16:48 2010 +0300
@@ -35,18 +35,6 @@
         */
         virtual ~MPhoneStorage() {};
 
-        virtual void AppendBlockedKeysListL( TStdScanCode aScanCode ) = 0;
-        
-        virtual const RArray<TInt>& GetBlockedKeyList() const = 0;
-        
-        virtual void ResetBlockedKeysList() = 0;
-        
-        virtual TBool IsBlockedKeysListEmpty() = 0;
-        
-        virtual void SetScreenLocked( TBool aLocked ) = 0;
-        
-        virtual TBool IsScreenLocked() = 0;
-        
         virtual TBool NeedToEnableKeylock() = 0;
         
         virtual void SetNeedToEnableKeylock( TBool aEnableKeylock ) = 0;