* More cleanups of commands.

* Don't install the out-of-date man page.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1159 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-04-04 19:15:01 +00:00
parent 8da449f666
commit 4b9c4d5bbe
6 changed files with 69 additions and 29 deletions
-3
View File
@@ -315,9 +315,6 @@ initialize_command_events() {
CMD2_VAR_BOOL ("check_hash", true); // Rename
CMD2_VAR_BOOL ("system.session.use_lock", true);
CMD2_VAR_BOOL ("system.session.on_completion", true);
CMD2_ANY_STRING ("on_ratio", std::tr1::bind(&apply_on_ratio, std::tr1::placeholders::_2));
CMD2_ANY ("start_tied", std::tr1::bind(&apply_start_tied));