[kwin] Drop EffectsHandlerImpl::displayWidth and EffectsHandlerImpl::displayHeight
Unused code.
This commit is contained in:
parent
a129a8e63a
commit
f9dfb11144
2 changed files with 0 additions and 12 deletions
10
effects.cpp
10
effects.cpp
|
@ -1077,16 +1077,6 @@ WindowQuadType EffectsHandlerImpl::newWindowQuadType()
|
||||||
return WindowQuadType(next_window_quad_type++);
|
return WindowQuadType(next_window_quad_type++);
|
||||||
}
|
}
|
||||||
|
|
||||||
int EffectsHandlerImpl::displayWidth() const
|
|
||||||
{
|
|
||||||
return KWin::displayWidth();
|
|
||||||
}
|
|
||||||
|
|
||||||
int EffectsHandlerImpl::displayHeight() const
|
|
||||||
{
|
|
||||||
return KWin::displayHeight();
|
|
||||||
}
|
|
||||||
|
|
||||||
EffectWindow* EffectsHandlerImpl::findWindow(WId id) const
|
EffectWindow* EffectsHandlerImpl::findWindow(WId id) const
|
||||||
{
|
{
|
||||||
if (Client* w = Workspace::self()->findClient(WindowMatchPredicate(id)))
|
if (Client* w = Workspace::self()->findClient(WindowMatchPredicate(id)))
|
||||||
|
|
|
@ -111,8 +111,6 @@ public:
|
||||||
QString desktopName(int desktop) const override;
|
QString desktopName(int desktop) const override;
|
||||||
bool optionRollOverDesktops() const override;
|
bool optionRollOverDesktops() const override;
|
||||||
|
|
||||||
virtual int displayWidth() const;
|
|
||||||
virtual int displayHeight() const;
|
|
||||||
QPoint cursorPos() const override;
|
QPoint cursorPos() const override;
|
||||||
bool grabKeyboard(Effect* effect) override;
|
bool grabKeyboard(Effect* effect) override;
|
||||||
void ungrabKeyboard() override;
|
void ungrabKeyboard() override;
|
||||||
|
|
Loading…
Reference in a new issue