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