Drop an unimplemented method in Group

We didn't need it for years, so let's remove it and if we
really need it, it's easy to add again.

SVN_SILENT
icc-effect-5.14.5
Martin Gräßlin 2011-08-31 07:56:04 +02:00
parent eb9de2803a
commit 9930044581
3 changed files with 0 additions and 8 deletions

View File

@ -1661,8 +1661,6 @@ bool Group::groupEvent(XEvent* e)
{
unsigned long dirty[ 2 ];
leader_info->event(e, dirty, 2); // pass through the NET stuff
if ((dirty[ WinInfo::PROTOCOLS ] & NET::WMIcon) != 0)
getIcons();
if ((dirty[ WinInfo::PROTOCOLS2 ] & NET::WM2StartupId) != 0)
startupIdChanged();
return false;

View File

@ -319,11 +319,6 @@ void Group::lostLeader()
}
}
void Group::getIcons()
{
// TODO - also needs adding the flag to NETWinInfo
}
//***************************************
// Workspace
//***************************************

View File

@ -58,7 +58,6 @@ public:
void deref();
EffectWindowGroupImpl* effectGroup();
private:
void getIcons();
void startupIdChanged();
ClientList _members;
Client* leader_client;