From 0f97e37fa30271bd0371c68a5ea5dd6f02636fe0 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Fri, 23 Aug 2013 23:52:35 +0200 Subject: [PATCH] Remove unused global variable --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index d02b86a..a63411e 100644 --- a/src/main.c +++ b/src/main.c @@ -36,8 +36,6 @@ char *DATA_FILE = NULL; char *SRVLIST_FILE = NULL; -static Tox *tox; - void on_window_resize(int sig) { endwin();