mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Merge pull request #2607 from Sorky/patch-4
menubar.utils.lua - remove "function is_format_supported" by making i…
This commit is contained in:
commit
b0bfcea1a1
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ describe("menubar.utils lookup_icon_uncached", function()
|
|||
assert.is_false(utils.lookup_icon_uncached('png')) -- file does not exist
|
||||
assert.is_false(utils.lookup_icon_uncached('icon9')) -- file does not exist
|
||||
end)
|
||||
--]]
|
||||
end)
|
||||
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
Loading…
Reference in a new issue