From 95329afd2bff635d5d9cd2cda2924f0eabbf9733 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 19 Aug 2019 18:57:10 +0200 Subject: [PATCH] Removed more dead files --- .../AirspaceAuthorization.h | 28 ------------------- src/comm/CallConv.h | 8 ------ 2 files changed, 36 deletions(-) delete mode 100644 src/AirspaceManagement/AirspaceAuthorization.h delete mode 100644 src/comm/CallConv.h diff --git a/src/AirspaceManagement/AirspaceAuthorization.h b/src/AirspaceManagement/AirspaceAuthorization.h deleted file mode 100644 index 08d94efce..000000000 --- a/src/AirspaceManagement/AirspaceAuthorization.h +++ /dev/null @@ -1,28 +0,0 @@ -/**************************************************************************** - * - * (c) 2009-2016 QGROUNDCONTROL PROJECT - * - * QGroundControl is licensed according to the terms in the file - * COPYING.md in the root of the source code directory. - * - ****************************************************************************/ - -#pragma once - -#include - -//----------------------------------------------------------------------------- -/** - * Contains the status of the Airspace authorization - */ -class AirspaceAuthorization : public QObject { - Q_OBJECT -public: - enum PermitStatus { - PermitUnknown = 0, - PermitPending, - PermitAccepted, - PermitRejected, - }; - Q_ENUM(PermitStatus) -}; diff --git a/src/comm/CallConv.h b/src/comm/CallConv.h deleted file mode 100644 index 52f292895..000000000 --- a/src/comm/CallConv.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -#ifdef Q_OS_WIN -#define CALLTYPEXBEE __stdcall -#else // Q_OS_WIN -#define CALLTYPEXBEE - - -- 2.22.0