beautiful: Remove unused local variables

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2010-09-29 16:11:04 +02:00
parent 523661760a
commit 6f5862a2de
1 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,6 @@
----------------------------------------------------------------------------
-- Grab environment
local io = io
local os = os
local print = print
local pcall = pcall
@ -15,12 +14,10 @@ local type = type
local dofile = dofile
local setmetatable = setmetatable
local util = require("awful.util")
local package = package
local capi =
{
screen = screen,
awesome = awesome,
image = image
awesome = awesome
}
--- Theme library.