From 3ced1f8d57a14243318041432c8bef51bec85481 Mon Sep 17 00:00:00 2001 From: brl Date: Fri, 5 Jun 2015 12:41:20 -0400 Subject: [PATCH] WorkDir doesn't belong here --- profile.go | 1 - 1 file changed, 1 deletion(-) diff --git a/profile.go b/profile.go index 095fe02..4b42490 100644 --- a/profile.go +++ b/profile.go @@ -43,7 +43,6 @@ type XServerConf struct { UsePulseAudio bool `json:"use_pulse_audio"` DisableClipboard bool `json:"disable_clipboard"` DisableAudio bool `json:"disable_audio"` - WorkDir string `json:"work_dir"` } type WhitelistItem struct {