1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 22:16:35 +01:00

remove callback introduced temporarily during refactoring

This commit is contained in:
Aaron Lipinski
2013-08-18 02:05:32 +12:00
parent 9ca6c99cdc
commit 901d8eb8b9
3 changed files with 5 additions and 9 deletions

View File

@@ -154,7 +154,7 @@ void set_active_window(int index)
ToxWindow *init_windows()
{
int n_prompt = add_window(m, new_prompt(on_friendadded));
int n_prompt = add_window(m, new_prompt());
if (n_prompt == -1
|| add_window(m, new_friendlist()) == -1