remove outdated code.

this was forgotten in e80fc181ae
This commit is contained in:
gfgtdf 2014-05-29 04:44:03 +02:00
parent dce39b93e1
commit 0ea2ef4821

View file

@ -44,14 +44,6 @@ turn_info::turn_info(replay_network_sender &replay_sender,playturn_network_adapt
network_reader_(network_reader),
is_host_(true)
{
/**
* We do network sync so [init_side] is transferred to network hosts
* TODO: i think it is unintiutive that creating this object automatictly sends data over the network.
* For example it means that playmp_controller::handle_generic_event("ai_user_interact") casues send_data,
* Idk whether that is intended, but an explicit call would be better.
*/
if(network::nconnections() > 0)
send_data();
}
turn_info::~turn_info()