beautiful: Don't use non-existant API

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2014-03-23 19:29:53 +01:00
parent e39ed59797
commit 23659817bc
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ function beautiful.init(path)
end end
if theme.font then set_font(theme.font) 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 else
return print("E: beautiful: error loading theme file " .. path) return print("E: beautiful: error loading theme file " .. path)
end end