From 6d0af908b2ac28cef7b43e3a5624ef5bc96f83b1 Mon Sep 17 00:00:00 2001 From: tcmal Date: Thu, 27 Jun 2024 00:13:40 +0100 Subject: remove outdated todo --- src/conn_info/colours.rs | 1 - 1 file changed, 1 deletion(-) 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 { - // TODO: Move these colours out to config.rs let (border_normal, border_focused) = ( conn.send_request(&AllocColor { cmap, -- cgit v1.2.3