Fix the bug about the account listener
authorYoonchan Choi <yc81.choi@samsung.com>
Mon, 18 Mar 2013 07:43:16 +0000 (16:43 +0900)
committerYoonchan Choi <yc81.choi@samsung.com>
Mon, 18 Mar 2013 07:43:16 +0000 (16:43 +0900)
Change-Id: I4b417d6e853c344a51cbeea3d8a0a8206b44a440
Signed-off-by: Yoonchan Choi <yc81.choi@samsung.com>
src/FScl_AccountAccessorImpl.cpp

index a632d4e..946796e 100644 (file)
@@ -90,14 +90,7 @@ _AccountAccessorImpl::_AccountAccessorImpl(void)
 
 _AccountAccessorImpl::~_AccountAccessorImpl(void)
 {
-       if (__pIAccountEventListener != null)
-       {
-               _AccountDbMonitor* pAccountDbMonitor = _AccountDbMonitor::GetInstance();
-               if (pAccountDbMonitor != null)
-               {
-                       pAccountDbMonitor->RemoveListener(*this);
-               }
-       }
+       // empty body
 }
 
 result