Cleaned up some code.

This commit is contained in:
rakshasa
2012-02-11 16:17:13 +09:00
parent be95b82d29
commit 309711025b
2 changed files with 6 additions and 5 deletions
-2
View File
@@ -238,8 +238,6 @@ initialize_command_network() {
CMD2_ANY ("strings.connection_type", std::bind(&torrent::option_list_strings, torrent::OPTION_CONNECTION_TYPE));
CMD2_ANY ("strings.encryption", std::bind(&torrent::option_list_strings, torrent::OPTION_ENCRYPTION));
CMD2_ANY ("strings.ip_filter", std::bind(&torrent::option_list_strings, torrent::OPTION_IP_FILTER));
CMD2_ANY ("strings.ip_tos", std::bind(&torrent::option_list_strings, torrent::OPTION_IP_TOS));
CMD2_VAR_BOOL ("log.handshake", false);