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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/taskbar/unity/unity-taskbar.h') 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