From 23659817bcdc33eab97950154668a569ee6cc459 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 23 Mar 2014 19:29:53 +0100 Subject: [PATCH] beautiful: Don't use non-existant API Signed-off-by: Uli Schlachter --- lib/beautiful.lua.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/beautiful.lua.in b/lib/beautiful.lua.in index 6b770ab7..8fdb9d07 100644 --- a/lib/beautiful.lua.in +++ b/lib/beautiful.lua.in @@ -91,8 +91,6 @@ function beautiful.init(path) end if theme.font then set_font(theme.font) end - if theme.fg_normal then capi.awesome.fg = theme.fg_normal end - if theme.bg_normal then capi.awesome.bg = theme.bg_normal end else return print("E: beautiful: error loading theme file " .. path) end