mtpfws/mtpfw/inc/cmtpobjectmgr.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
--- a/mtpfws/mtpfw/inc/cmtpobjectmgr.h	Fri Aug 20 17:43:33 2010 +0800
+++ b/mtpfws/mtpfw/inc/cmtpobjectmgr.h	Fri Sep 03 18:38:04 2010 +0800
@@ -24,8 +24,6 @@
 #include <e32base.h>
 #include <mtp/mmtpobjectmgr.h>
 
-#include "mtpdebug.h"
-
 #include "cmtpobjectstore.h"
 
 class CMTPObjectStore;
@@ -95,11 +93,6 @@
 private: // Owned
 
     /**
-    FLOGGER debug trace member variable.
-    */
-    __FLOG_DECLARATION_MEMBER_MUTABLE;
-
-    /**
     The object meta data store.
     */
     CMTPObjectStore*    iObjectStore;