Merge pull request #3377 from sclu1034/issue/fix-qa

Fix unused variable in example
This commit is contained in:
Uli Schlachter 2021-06-26 18:06:24 +02:00 committed by GitHub
commit d25ca02493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 }