[FS9] Removed needless constructors

This commit is contained in:
Mathew Sutcliffe
2016-11-06 19:09:09 +00:00
committed by Klaus Basan
parent c427052354
commit f4d7474941

View File

@@ -151,8 +151,6 @@ namespace BlackSimPlugin
//! Multiplayer position packet in slew mode
struct MULTIPLAYER_PACKET_POSITION_SLEWMODE
{
MULTIPLAYER_PACKET_POSITION_SLEWMODE() {}
quint32 application_time = 0; //!< Application time - ignored
quint32 packet_index = 0; //!< Packet index
std::array<quint8, 4> reserved = std::array<quint8, 4>{{0, 0, 0, 0}}; //!< Reserved
@@ -169,8 +167,6 @@ namespace BlackSimPlugin
//! Full multiplayer position and velocity packet
struct MULTIPLAYER_PACKET_POSITION_VELOCITY
{
MULTIPLAYER_PACKET_POSITION_VELOCITY() {}
quint32 packet_index = 0; //!< Packet index
quint32 application_time = 0; //!< Application time - ignored
qint32 lat_velocity = 0; //!< Latitude velocity