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:
parent
5649ddaf10
commit
fdada1dbff
2 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue