mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
Ref T659, cleanup some unused code
This commit is contained in:
committed by
Mat Sutcliffe
parent
5720ed43a1
commit
22bdb730f4
@@ -8,8 +8,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_LOGINADVCOMPONENT_H
|
||||
#define BLACKGUI_LOGINADVCOMPONENT_H
|
||||
#ifndef BLACKGUI_COMPONENTS_LOGINADVCOMPONENT_H
|
||||
#define BLACKGUI_COMPONENTS_LOGINADVCOMPONENT_H
|
||||
|
||||
#include "blackcore/vatsim/vatsimsettings.h"
|
||||
#include "blackcore/data/networksetup.h"
|
||||
@@ -70,9 +70,6 @@ namespace BlackGui
|
||||
//! Set auto logoff
|
||||
void setAutoLogoff(bool autoLogoff);
|
||||
|
||||
//! Main info area changed
|
||||
// void mainInfoAreaChanged(const QWidget *currentWidget);
|
||||
|
||||
//! Login requested
|
||||
void toggleNetworkConnection();
|
||||
|
||||
@@ -98,9 +95,6 @@ namespace BlackGui
|
||||
//! User from VATSIM data
|
||||
BlackMisc::Network::CUser getUserFromPilotGuiValues() const;
|
||||
|
||||
//! Callsign from GUI
|
||||
// BlackMisc::Aviation::CCallsign getCallsignFromGui() const;
|
||||
|
||||
//! Update own callsign (own aircraft from what is set in the GUI)
|
||||
//! \return changed?
|
||||
bool updateOwnAircraftCallsignAndPilotFromGuiValues();
|
||||
|
||||
Reference in New Issue
Block a user