summaryrefslogtreecommitdiff
path: root/src/components/media_manager
diff options
context:
space:
mode:
authorAndriy Kozoriz <AKozoriz@luxoft.com>2016-02-09 16:43:10 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-02-17 10:15:39 +0200
commiteb541f40016562236af78c6bb611bdc766b00c1d (patch)
tree06d20e1dae2c90b077c68e5b3428ec8dbad463cc /src/components/media_manager
parent56382d965881bd9833170cf82bfa8bb3bfdbce60 (diff)
downloadsdl_core-eb541f40016562236af78c6bb611bdc766b00c1d.tar.gz
Update files dependent to Timer
Removed all usage of TimerThread. Corrected headers. Corrected CMakeFiles. Related to : APPLINK-10003
Diffstat (limited to 'src/components/media_manager')
-rw-r--r--src/components/media_manager/src/media_manager_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/media_manager/src/media_manager_impl.cc b/src/components/media_manager/src/media_manager_impl.cc
index dc23b1b057..fcbbcce9fa 100644
--- a/src/components/media_manager/src/media_manager_impl.cc
+++ b/src/components/media_manager/src/media_manager_impl.cc
@@ -56,7 +56,6 @@
namespace media_manager {
using profile::Profile;
-using timer::TimerThread;
CREATE_LOGGERPTR_GLOBAL(logger_, "MediaManager")