[libkwineffects] Delete EffectsHandler::deleteRootProperty

Summary:
The method is not used by any Effect and is X11 specific, thus better
remove it for good.

Reviewers: #kwin, #plasma_on_wayland

Subscribers: plasma-devel, kwin

Tags: #plasma_on_wayland, #kwin

Differential Revision: https://phabricator.kde.org/D3298
This commit is contained in:
Martin Gräßlin 2016-11-07 16:03:50 +01:00
parent c304c0a69c
commit 3041b871ea
4 changed files with 0 additions and 8 deletions

View file

@ -85,7 +85,6 @@ public:
return false;
}
void defineCursor(Qt::CursorShape) override {}
void deleteRootProperty(long int) const override {}
int desktopAbove(int, bool) const override {
return 0;
}

View file

@ -830,11 +830,6 @@ QByteArray EffectsHandlerImpl::readRootProperty(long atom, long type, int format
return readWindowProperty(rootWindow(), atom, type, format);
}
void EffectsHandlerImpl::deleteRootProperty(long atom) const
{
deleteWindowProperty(rootWindow(), atom);
}
void EffectsHandlerImpl::activateWindow(EffectWindow* c)
{
if (AbstractClient* cl = dynamic_cast< AbstractClient* >(static_cast<EffectWindowImpl*>(c)->window()))

View file

@ -176,7 +176,6 @@ public:
void reconfigure() override;
void registerPropertyType(long atom, bool reg) override;
QByteArray readRootProperty(long atom, long type, int format) const override;
void deleteRootProperty(long atom) const override;
xcb_atom_t announceSupportProperty(const QByteArray& propertyName, Effect* effect) override;
void removeSupportProperty(const QByteArray& propertyName, Effect* effect) override;

View file

@ -1064,7 +1064,6 @@ public:
*/
virtual void registerPropertyType(long atom, bool reg) = 0;
virtual QByteArray readRootProperty(long atom, long type, int format) const = 0;
virtual void deleteRootProperty(long atom) const = 0;
/**
* @brief Announces support for the feature with the given name. If no other Effect
* has announced support for this feature yet, an X11 property will be installed on