Drop Workspace::lowerWindowRequest(Window *window)
It's unused.
This commit is contained in:
parent
4a14644885
commit
eff06e4109
2 changed files with 0 additions and 6 deletions
|
@ -440,11 +440,6 @@ void Workspace::lowerWindowRequest(X11Window *window, NET::RequestSource src, xc
|
|||
}
|
||||
#endif
|
||||
|
||||
void Workspace::lowerWindowRequest(Window *window)
|
||||
{
|
||||
lowerWindowWithinApplication(window);
|
||||
}
|
||||
|
||||
void Workspace::stackBelow(Window *window, Window *reference)
|
||||
{
|
||||
if (window->isDeleted()) {
|
||||
|
|
|
@ -233,7 +233,6 @@ public:
|
|||
void lowerWindowRequest(X11Window *window, NET::RequestSource src, xcb_timestamp_t timestamp);
|
||||
void restoreSessionStackingOrder(X11Window *window);
|
||||
#endif
|
||||
void lowerWindowRequest(Window *window);
|
||||
void restackWindowUnderActive(Window *window);
|
||||
void stackBelow(Window *window, Window *reference);
|
||||
void stackAbove(Window *window, Window *reference);
|
||||
|
|
Loading…
Reference in a new issue