From db10a85efcf6fe866933ec95892c85af5f335dfa Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 18 May 2023 11:00:42 +0300 Subject: [PATCH] screenedge: Remove outdated line of documentation This moved to X11Window at some point --- src/screenedge.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/screenedge.h b/src/screenedge.h index 2c7aa7a5bf..2a7d1e4bb2 100644 --- a/src/screenedge.h +++ b/src/screenedge.h @@ -294,9 +294,6 @@ public: * Once the Edge for the client triggers, the client gets shown again and the Edge unreserved. * The idea is that the Edge can only get activated if the client is currently hidden. * - * To make sure that the client can always be shown again the implementation also starts to - * track geometry changes and shows the Client again. The same for screen geometry changes. - * * The Edge gets automatically destroyed if the client gets released. * @param client The Client for which an Edge should be reserved * @param border The border which the client wants to use, only proper borders are supported (no corners)