1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 01:56:44 +02:00

small fix

This commit is contained in:
Jfreegman
2013-09-05 18:36:46 -04:00
parent 2040368dd9
commit 3ddae51998
2 changed files with 1 additions and 2 deletions

View File

@ -146,7 +146,6 @@ int add_window(Tox *m, ToxWindow w)
windows[i] = w;
w.onInit(&w, m);
//active_window = windows + i;
return i;
}