diff -r 73a1feb507fb -r bc78a40cd63c tsrc/centralrepositorystub/inc/centralrepository.h --- a/tsrc/centralrepositorystub/inc/centralrepository.h Tue Aug 31 15:12:07 2010 +0300 +++ b/tsrc/centralrepositorystub/inc/centralrepository.h Wed Sep 01 12:31:01 2010 +0100 @@ -26,7 +26,6 @@ #include -const TInt KCenRepStubGlobalKeyValueMaxLen = 20; // stub stuff namespace NCentralRepositoryConstants /** Namespace encapsulating the CentralRepository constants. @@ -257,10 +256,6 @@ // Deletes heap reserved by previous function. static void DeleteStubAvcConfigKeys(); - // Setter for static cenrep val, note amount of globals is limited - static TInt SetStubGlobal(TUint32 aKey, TInt aValue); - static void ResetStubGlobal(); - public: // Stub data @@ -283,16 +278,6 @@ static TInt iStaticEncoderUid; - class TCenRepStubKeyValueEntry - { - public: - TUint iKey; - TInt iVal; - }; - - static TCenRepStubKeyValueEntry iGlobalKeyVals[ KCenRepStubGlobalKeyValueMaxLen ]; - static TInt iGlobalKeyValsTop; - TUid iRepositoryUid;