remove orphaned function declaration
This commit is contained in:
parent
0977d94dbc
commit
75ae204cf4
|
@ -422,7 +422,6 @@ namespace libtorrent
|
|||
std::auto_ptr<alert> pop_alert();
|
||||
void pop_alerts(std::deque<alert*>* alerts);
|
||||
void set_alert_dispatch(boost::function<void(std::auto_ptr<alert>)> const&);
|
||||
void post_alert(const alert& alert_);
|
||||
|
||||
alert const* wait_for_alert(time_duration max_wait);
|
||||
|
||||
|
|
Loading…
Reference in New Issue