mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 10:42:31 +00:00
Remove deprecated no-target flags for commands.
This commit is contained in:
@@ -53,9 +53,8 @@ public:
|
||||
static const int flag_is_redirect = 0x20;
|
||||
static const int flag_has_redirects = 0x40;
|
||||
|
||||
static const int flag_no_target = 0x100;
|
||||
static const int flag_file_target = 0x200;
|
||||
static const int flag_tracker_target = 0x400;
|
||||
static const int flag_file_target = 0x100;
|
||||
static const int flag_tracker_target = 0x200;
|
||||
|
||||
CommandMap() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user