1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 01:36:34 +01:00

Remove fix_name() function

With unicode support this function is not longer valid.
This commit is contained in:
Manuel Argüelles
2013-08-21 16:24:33 -05:00
parent 422a89d32d
commit 11404240ce
3 changed files with 1 additions and 24 deletions

View File

@@ -7,6 +7,5 @@
ToxWindow new_friendlist();
int friendlist_onFriendAdded(Messenger *m, int num);
void disable_chatwin(int f_num);
void fix_name(uint8_t *name);
#endif /* end of include guard: FRIENDLIST_H_53I41IM */