mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
layout: Remove duplicate capi definition (FS#1032)
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
cde352fd45
commit
5d95559977
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
-- Grab environment we need
|
-- Grab environment we need
|
||||||
local ipairs = ipairs
|
local ipairs = ipairs
|
||||||
local type = type
|
local type = type
|
||||||
local capi = { screen = screen, client = client }
|
|
||||||
local tag = require("awful.tag")
|
local tag = require("awful.tag")
|
||||||
local util = require("awful.util")
|
local util = require("awful.util")
|
||||||
local ascreen = require("awful.screen")
|
local ascreen = require("awful.screen")
|
||||||
|
|
Loading…
Reference in a new issue