From 7af928aae4dacad749c54d13f34eeff6e72077f1 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Fri, 31 Mar 2023 21:58:54 +0300 Subject: [PATCH] Drop Window::tabTo() --- src/window.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/window.h b/src/window.h index 08cb570b9c..1d0f4ec63b 100644 --- a/src/window.h +++ b/src/window.h @@ -1702,8 +1702,6 @@ protected: */ Window *findWindowWithSameCaption() const; - bool tabTo(Window *other, bool behind, bool activate); - void startShadeHoverTimer(); void startShadeUnhoverTimer(); void shadeHover();