forked from premiere/premiere-libtorrent
remove unused left-overs
This commit is contained in:
parent
dbbf8be8a5
commit
7070492a5f
|
@ -98,13 +98,6 @@ namespace libtorrent
|
|||
|
||||
void set_settings(aux::session_settings const& sett, error_code& ec);
|
||||
|
||||
struct handler_t
|
||||
{
|
||||
char* buffer; // argument to the callback
|
||||
char const* category; // category of allocation
|
||||
boost::function<void(char*)> callback;
|
||||
};
|
||||
|
||||
protected:
|
||||
|
||||
void free_buffer_impl(char* buf, mutex::scoped_lock& l);
|
||||
|
|
Loading…
Reference in New Issue