mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
[lua] Remove useless extern widget
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e835f9604b
commit
2313429a76
1 changed files with 0 additions and 1 deletions
1
lua.c
1
lua.c
|
@ -21,7 +21,6 @@
|
|||
|
||||
extern AwesomeConf globalconf;
|
||||
extern bool running;
|
||||
extern const name_func_link_t WidgetList[];
|
||||
extern const name_func_link_t FloatingPlacementList[];
|
||||
|
||||
extern const struct luaL_reg awesome_mouse_lib[];
|
||||
|
|
Loading…
Reference in a new issue