mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
spawn: remove useless proto
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e3ba851692
commit
f219db48dc
1 changed files with 0 additions and 2 deletions
2
spawn.h
2
spawn.h
|
@ -28,7 +28,5 @@ void spawn_init(void);
|
|||
void spawn_start_notify(client_t *, const char *);
|
||||
int luaA_spawn(lua_State *);
|
||||
|
||||
int spawn_system(const char *);
|
||||
|
||||
#endif
|
||||
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
||||
|
|
Loading…
Reference in a new issue