diff options
Diffstat (limited to 'src/conn_info')
-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, |