From e72508b782b977075eae0e85be1ad92e21744a14 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 1 Nov 2016 08:10:27 +0100 Subject: Remove opacity option. --- source/xrmoptions.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/xrmoptions.c') diff --git a/source/xrmoptions.c b/source/xrmoptions.c index c176d6df..806782f9 100644 --- a/source/xrmoptions.c +++ b/source/xrmoptions.c @@ -85,8 +85,6 @@ static XrmOption xrmOptions[] = { "", CONFIG_DEFAULT }, { xrm_String, "modi", { .str = &config.modi }, NULL, "Enabled modi", CONFIG_DEFAULT }, - { xrm_Number, "opacity", { .num = &config.window_opacity }, NULL, - "Window opacity", CONFIG_DEFAULT }, { xrm_SNumber, "width", { .snum = &config.menu_width }, NULL, "Window width", CONFIG_DEFAULT }, { xrm_Number, "lines", { .num = &config.menu_lines }, NULL, -- cgit v1.2.3