From f4d7474941964119b7aa982d646ee5425fd5522a Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sun, 6 Nov 2016 19:09:09 +0000 Subject: [PATCH] [FS9] Removed needless constructors --- src/plugins/simulator/fs9/fs9.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/simulator/fs9/fs9.h b/src/plugins/simulator/fs9/fs9.h index 5665ceb15..407e3c2e7 100644 --- a/src/plugins/simulator/fs9/fs9.h +++ b/src/plugins/simulator/fs9/fs9.h @@ -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 reserved = std::array{{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