Removed tinyurl_init

This commit is contained in:
James Booth
2012-08-10 23:07:49 +01:00
parent ab63edaeb2
commit cd3a0ddeb8
3 changed files with 0 additions and 8 deletions

View File

@@ -79,7 +79,6 @@ profanity_init(const int disable_tls)
jabber_init(disable_tls);
command_init();
contact_list_init();
// tinyurl_init();
atexit(_profanity_shutdown);
}