diff --git a/src/blackgui/CMakeLists.txt b/src/blackgui/CMakeLists.txt
index df78bc395..59ec38d33 100644
--- a/src/blackgui/CMakeLists.txt
+++ b/src/blackgui/CMakeLists.txt
@@ -217,11 +217,9 @@ add_library(gui SHARED
qml/AtcRing.qml
textmessagetextedit.cpp
labelandicon.ui
- editors/networksetupform.ui
editors/fsdsetupform.cpp
editors/liveryform.ui
editors/relativeaircraftposition.ui
- editors/networksetupform.cpp
editors/fsdsetupform.h
editors/cockpitcomform.cpp
editors/situationform.ui
@@ -255,7 +253,6 @@ add_library(gui SHARED
editors/modelmappingform.h
editors/modelmappingform.cpp
editors/distributorform.ui
- editors/networksetupform.h
editors/aircrafticaoform.h
editors/voicesetupform.ui
editors/aircraftpartsform.ui
diff --git a/src/blackgui/components/settingsnetworkcomponent.ui b/src/blackgui/components/settingsnetworkcomponent.ui
index 236086e6d..6909a37b9 100644
--- a/src/blackgui/components/settingsnetworkcomponent.ui
+++ b/src/blackgui/components/settingsnetworkcomponent.ui
@@ -14,18 +14,6 @@
Frame
- -
-
-
- Network
-
-
-
-
-
-
-
-
-
-
@@ -73,12 +61,6 @@
blackgui/components/settingsvatsimreaderscomponent.h
1
-
- BlackGui::Editors::CNetworkSetupForm
- QFrame
- blackgui/editors/networksetupform.h
- 1
-
diff --git a/src/blackgui/editors/networksetupform.cpp b/src/blackgui/editors/networksetupform.cpp
deleted file mode 100644
index 9a846e2a8..000000000
--- a/src/blackgui/editors/networksetupform.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
-// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
-// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
-
-#include "networksetupform.h"
-#include "ui_networksetupform.h"
-#include "blackgui/guiutility.h"
-
-using namespace BlackMisc;
-
-namespace BlackGui::Editors
-{
- CNetworkSetupForm::CNetworkSetupForm(QWidget *parent) : CForm(parent),
- ui(new Ui::CNetworkSetupForm)
- {
- ui->setupUi(this);
- }
-
- CNetworkSetupForm::~CNetworkSetupForm()
- {}
-
- void CNetworkSetupForm::setReadOnly(bool readonly)
- {
- CGuiUtility::checkBoxReadOnly(ui->cb_DynamicOffsetTimes, readonly);
- }
-} // ns
diff --git a/src/blackgui/editors/networksetupform.h b/src/blackgui/editors/networksetupform.h
deleted file mode 100644
index 9de8718b9..000000000
--- a/src/blackgui/editors/networksetupform.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
-// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
-
-//! \file
-
-#ifndef BLACKGUI_EDITORS_NETWORKSETUPFORM_H
-#define BLACKGUI_EDITORS_NETWORKSETUPFORM_H
-
-#include "blackgui/editors/form.h"
-#include
-
-namespace Ui
-{
- class CNetworkSetupForm;
-}
-namespace BlackGui::Editors
-{
- //! Setup form
- class CNetworkSetupForm : public CForm
- {
- Q_OBJECT
-
- public:
- //! Constructor
- explicit CNetworkSetupForm(QWidget *parent = nullptr);
-
- //! Destructor
- virtual ~CNetworkSetupForm() override;
-
- //! \name Form class implementations
- //! @{
- virtual void setReadOnly(bool readonly) override;
- //! @}
-
- private:
- QScopedPointer ui;
- };
-} // ns
-
-#endif // guard
diff --git a/src/blackgui/editors/networksetupform.ui b/src/blackgui/editors/networksetupform.ui
deleted file mode 100644
index d0c7d399d..000000000
--- a/src/blackgui/editors/networksetupform.ui
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
- CNetworkSetupForm
-
-
-
- 0
- 0
- 99
- 31
-
-
-
- Network offset times
-
-
-
-
-
-
- for future usage
-
-
-
-
-
-
-
-