mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 22:22:31 +00:00
* Added a torrent::ClientInfo object to torrent::PeerInfo.
* Removed the old display::ClientInfo code. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@806 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
#include "core/scheduler.h"
|
||||
|
||||
#include "display/canvas.h"
|
||||
#include "display/client_info.h"
|
||||
#include "display/window.h"
|
||||
#include "display/manager.h"
|
||||
#include "input/manager.h"
|
||||
@@ -70,8 +69,6 @@ Control::Control() :
|
||||
m_commandScheduler(new CommandScheduler()),
|
||||
m_variables(new utils::VariableMap()),
|
||||
|
||||
m_clientInfo(new display::ClientInfo),
|
||||
|
||||
m_tick(0) {
|
||||
|
||||
m_core = new core::Manager();
|
||||
@@ -99,8 +96,6 @@ Control::~Control() {
|
||||
delete m_display;
|
||||
delete m_core;
|
||||
delete m_scheduler;
|
||||
|
||||
delete m_clientInfo;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user