Drop X event handling from Group

Dead code
This commit is contained in:
Martin Gräßlin 2013-07-30 10:11:51 +02:00
parent 4141c101f1
commit 7408e36340
2 changed files with 0 additions and 14 deletions

View file

@ -1634,18 +1634,5 @@ void Toplevel::propertyNotifyEvent(xcb_property_notify_event_t *e)
emit propertyNotify(this, e->atom); emit propertyNotify(this, e->atom);
} }
// ****************************************
// Group
// ****************************************
bool Group::groupEvent(XEvent* e)
{
unsigned long dirty[ 2 ];
leader_info->event(e, dirty, 2); // pass through the NET stuff
if ((dirty[ NETWinInfo::PROTOCOLS2 ] & NET::WM2StartupId) != 0)
startupIdChanged();
return false;
}
} // namespace } // namespace

View file

@ -49,7 +49,6 @@ public:
void removeMember(Client* member); void removeMember(Client* member);
void gotLeader(Client* leader); void gotLeader(Client* leader);
void lostLeader(); void lostLeader();
bool groupEvent(XEvent* e);
void updateUserTime(Time time = CurrentTime); void updateUserTime(Time time = CurrentTime);
Time userTime() const; Time userTime() const;
void ref(); void ref();