Removed unused require

This commit is contained in:
Miroslav Bendík 2023-05-13 07:22:06 +02:00
parent a03aaec1dc
commit b6421667d9
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ local layout = require("awful.layout")
local tooltip = require("awful.tooltip")
local beautiful = require("beautiful")
local wibox = require("wibox")
local surface = require("gears.surface")
local gdebug = require("gears.debug")
local gtable = require("gears.table")