Merge pull request #3377 from sclu1034/issue/fix-qa
Fix unused variable in example
This commit is contained in:
commit
d25ca02493
|
@ -4,7 +4,6 @@ local awful = { titlebar = require("awful.titlebar"),
|
|||
}
|
||||
local beautiful = require("beautiful")
|
||||
local wibox = require("wibox")
|
||||
local gears = {table = require("gears.table")}
|
||||
|
||||
screen[1]._resize { width = 646, height = 182 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue