noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit d7d40366bdaf521573f0f6f6e7cd4d4c16125f46
parent d330033c4f2c0fb219f1e65a5e40042af34f9120
Author: sin <sin@2f30.org>
Date:   Tue, 21 Oct 2014 11:35:57 +0100

Remove unused global variable

Diffstat:
Mnoice.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/noice.c b/noice.c @@ -75,8 +75,6 @@ SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead); * '------ */ -int die = 0; - void printmsg(char *msg); void printwarn(void); void printerr(int ret, char *prefix);