summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.go b/config.go
index 758b8c2..5da6f32 100644
--- a/config.go
+++ b/config.go
@@ -162,7 +162,6 @@ func load(in io.Reader, conf *Config) error {
}
conf.Statusbar = bv
case netinterface:
- // FIXME this should be a comma-separated list
conf.NetInterface = kv[1]
case layout:
conf.Layout = kv[1]