summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conn_info/colours.rs1
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,