1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 12:46:45 +02:00
This commit is contained in:
Jfreegman
2013-11-30 16:09:45 -05:00
parent f6a6aecaf5
commit c25296e65a
3 changed files with 5 additions and 9 deletions

View File

@ -13,7 +13,6 @@ extern char *DATA_FILE;
static ToxWindow windows[MAX_WINDOWS_NUM];
static ToxWindow *active_window;
static int num_windows;
extern ToxWindow *prompt;
@ -359,4 +358,4 @@ int num_active_windows(void)
}
return count;
}
}