From 6e00140e8a0326ce1d78c1c3efd8b0a373298af0 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 11 Nov 2017 10:41:18 -0500 Subject: [PATCH] rootston: remove unused import and old todo from config header --- include/rootston/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/rootston/config.h b/include/rootston/config.h index 872dc7b6..8ef58100 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -2,7 +2,6 @@ #define _ROOTSTON_CONFIG_H #include #include -#include struct output_config { char *name; @@ -45,7 +44,7 @@ struct keyboard_config { struct roots_config { bool xwayland; - // TODO: Multiple cursors, multiseat + struct { char *mapped_output; struct wlr_box *mapped_box;