Remove prototype of unused function StartLogShell

The prototype was left when StartLogShell() was removed,
so remove it now.

---
 src/funcs.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/funcs.h b/src/funcs.h
index 899d834..0e4fb88 100644
--- a/src/funcs.h
+++ b/src/funcs.h
@@ -104,9 +104,6 @@ char *ExpandOptions(WScreen *scr, char *cmdline);
 
 void ExecuteShellCommand(WScreen *scr, char *command);
 
-void StartLogShell(WScreen *scr);
-
-
 Bool IsDoubleClick(WScreen *scr, XEvent *event);
 
 WWindow *NextToFocusAfter(WWindow *wwin);
-- 
1.6.4.rc1.13.gec7b


-- 
To unsubscribe, send mail to [email protected].

Reply via email to