mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
Ref T739, removed voice room functions from context and UI
This commit is contained in:
committed by
Mat Sutcliffe
parent
f09e99333f
commit
66ea77d25f
@@ -14,7 +14,6 @@
|
||||
#include "blackgui/enablefordockwidgetinfoarea.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
#include "blackmisc/audio/voiceroomlist.h"
|
||||
#include "blackmisc/aviation/selcal.h"
|
||||
#include "blackmisc/aviation/transponder.h"
|
||||
#include "blackmisc/identifiable.h"
|
||||
@@ -86,9 +85,6 @@ namespace BlackGui
|
||||
//! Update cockpit from context
|
||||
void updateCockpitFromContext(const BlackMisc::Simulation::CSimulatedAircraft &ownAircraft, const BlackMisc::CIdentifier &originator);
|
||||
|
||||
//! Update voice room related information
|
||||
void updateVoiceRoomStatusFromContext(const BlackMisc::Audio::CVoiceRoomList &selectedVoiceRooms, bool connected);
|
||||
|
||||
//! Update the cockpit from aircraft context
|
||||
void forceCockpitUpdateFromOwnAircraftContext();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user