Ref T659, cleanup some unused code

This commit is contained in:
Klaus Basan
2019-08-05 10:19:54 +02:00
committed by Mat Sutcliffe
parent 5720ed43a1
commit 22bdb730f4
3 changed files with 5 additions and 20 deletions

View File

@@ -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();