From 99ba29508220686af1e589002569334d10e9bd99 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 15 Jan 2025 14:16:05 +0300 Subject: Remove obsolete comment --- src/layout/tile.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/layout') diff --git a/src/layout/tile.rs b/src/layout/tile.rs index 163dd673..9cc5237e 100644 --- a/src/layout/tile.rs +++ b/src/layout/tile.rs @@ -34,9 +34,6 @@ pub struct Tile { border: FocusRing, /// The focus ring around the window. - /// - /// It's supposed to be on the Workspace, but for the sake of a nicer open animation it's - /// currently here. focus_ring: FocusRing, /// Whether this tile is fullscreen. -- cgit