From fdada1dbffb57e12f5683f54e5bbaf7cc5eafdce Mon Sep 17 00:00:00 2001 From: Littleboy Date: Wed, 6 Apr 2011 19:51:25 -0400 Subject: BACKENDS: Remove UnityTaskbarManager::setOverlayIcon() Unity is not going to provide a way to set a custom overlay icon (the emblem API is being replaced by a simple urgent state) --- backends/taskbar/unity/unity-taskbar.cpp | 7 ------- backends/taskbar/unity/unity-taskbar.h | 1 - 2 files changed, 8 deletions(-) diff --git a/backends/taskbar/unity/unity-taskbar.cpp b/backends/taskbar/unity/unity-taskbar.cpp index 0de2167a83..0045a6fdbd 100644 --- a/backends/taskbar/unity/unity-taskbar.cpp +++ b/backends/taskbar/unity/unity-taskbar.cpp @@ -44,13 +44,6 @@ UnityTaskbarManager::~UnityTaskbarManager() { _loop = NULL; } -void UnityTaskbarManager::setOverlayIcon(const Common::String &name, const Common::String &description) { - if (_launcher == NULL) - return; - - warning("[UnityTaskbarManager::setOverlayIcon] Not implemented"); -} - void UnityTaskbarManager::setProgressValue(int completed, int total) { if (_launcher == NULL) return; diff --git a/backends/taskbar/unity/unity-taskbar.h b/backends/taskbar/unity/unity-taskbar.h index 48f403a849..ed40a6507e 100644 --- a/backends/taskbar/unity/unity-taskbar.h +++ b/backends/taskbar/unity/unity-taskbar.h @@ -39,7 +39,6 @@ public: UnityTaskbarManager(); virtual ~UnityTaskbarManager(); - virtual void setOverlayIcon(const Common::String &name, const Common::String &description); virtual void setProgressValue(int completed, int total); virtual void setProgressState(TaskbarProgressState state); virtual void addRecent(const Common::String &name, const Common::String &description); -- cgit v1.2.3