summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-01 08:10:27 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-01 08:10:27 +0100
commite72508b782b977075eae0e85be1ad92e21744a14 (patch)
treed2acf5891340bc238a763c0b670916fa221ffd8a /source/xrmoptions.c
parent4c5df96fcd9ff9868a9d892333ac313fe077a7d4 (diff)
Remove opacity option.
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c2
1 files changed, 0 insertions, 2 deletions
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,