diff options
author | tcmal <me@aria.rip> | 2024-06-27 00:13:40 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-06-27 00:13:40 +0100 |
commit | 6d0af908b2ac28cef7b43e3a5624ef5bc96f83b1 (patch) | |
tree | fad2376f008995a23150472d56606716c3c16ecb | |
parent | 112d094b9b2b549208d94af372a2526bfac009fd (diff) |
remove outdated todo
-rw-r--r-- | src/conn_info/colours.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conn_info/colours.rs b/src/conn_info/colours.rs index a57538f..db6b1a1 100644 --- a/src/conn_info/colours.rs +++ b/src/conn_info/colours.rs @@ -18,7 +18,6 @@ pub struct Colours { impl Colours { /// Load the colours into the given colour map pub fn new_with(conn: &RawConnection, cmap: Colormap) -> Result<Self> { - // TODO: Move these colours out to config.rs let (border_normal, border_focused) = ( conn.send_request(&AllocColor { cmap, |