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)
This commit is contained in:
Littleboy
2011-06-16 14:23:15 -04:00
committed by Julien
parent 5649ddaf10
commit fdada1dbff
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -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;