diff options
author | tcmal <me@aria.rip> | 2024-06-21 22:14:47 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-06-21 22:14:47 +0100 |
commit | 8225beac7bb5e095858e14885ae0184764d74de9 (patch) | |
tree | a2dbcf6dbc0c96d8c4fb9b528f4fadcb5bf6a9eb | |
parent | 210ea31e39370336464fec76368aa77bf0411681 (diff) |
remove outdated todo
-rw-r--r-- | src/conn_info/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conn_info/mod.rs b/src/conn_info/mod.rs index c1d768d..495f97a 100644 --- a/src/conn_info/mod.rs +++ b/src/conn_info/mod.rs @@ -39,7 +39,6 @@ pub struct Connection<'a> { /// A window used to prove we're actually EWMH compliant. /// See [the EWMH spec](https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm46187912047344) - // TODO: Destroy this properly check_window: Window, /// Cached colours, |