summaryrefslogtreecommitdiff
path: root/ratatox.c
diff options
context:
space:
mode:
Diffstat (limited to 'ratatox.c')
-rw-r--r--ratatox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ratatox.c b/ratatox.c
index 6d7614f..f23691d 100644
--- a/ratatox.c
+++ b/ratatox.c
@@ -449,8 +449,6 @@ toxinit(void)
tox_callback_friend_request(tox, cb_friend_request, NULL);
tox_callback_name_change(tox, cb_name_change, NULL);
tox_callback_status_message(tox, cb_status_message, NULL);
- tox_set_name(tox, "ratatox", strlen("ratatox"));
- tox_set_user_status(tox, TOX_USERSTATUS_NONE);
tox_get_address(tox, address);
printf("ID: ");