[lua] Remove useless extern widget
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e835f9604b
commit
2313429a76
1
lua.c
1
lua.c
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
extern AwesomeConf globalconf;
|
extern AwesomeConf globalconf;
|
||||||
extern bool running;
|
extern bool running;
|
||||||
extern const name_func_link_t WidgetList[];
|
|
||||||
extern const name_func_link_t FloatingPlacementList[];
|
extern const name_func_link_t FloatingPlacementList[];
|
||||||
|
|
||||||
extern const struct luaL_reg awesome_mouse_lib[];
|
extern const struct luaL_reg awesome_mouse_lib[];
|
||||||
|
|
Loading…
Reference in New Issue