From f219db48dc7d29680c52f4b6e1456baa293c2277 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 16 Nov 2009 11:26:00 +0100 Subject: [PATCH] spawn: remove useless proto Signed-off-by: Julien Danjou --- spawn.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/spawn.h b/spawn.h index 9d75f5ae9..46d3009d5 100644 --- a/spawn.h +++ b/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