diff --git a/src/blackcore/weatherdata.cpp b/src/blackcore/weatherdata.cpp deleted file mode 100644 index f08b730a1..000000000 --- a/src/blackcore/weatherdata.cpp +++ /dev/null @@ -1,15 +0,0 @@ -/* Copyright (C) 2016 - * swift Project Community / Contributors - * - * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level - * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, - * including this file, may be copied, modified, propagated, or distributed except according to the terms - * contained in the LICENSE file. - */ - -#include "weatherdata.h" - -namespace BlackCore -{ - -} // namespace diff --git a/src/blackcore/weatherdata.h b/src/blackcore/weatherdata.h index 5de56a718..fb7f53d9f 100644 --- a/src/blackcore/weatherdata.h +++ b/src/blackcore/weatherdata.h @@ -20,7 +20,6 @@ namespace BlackCore { - /*! * Interface to weather data */ diff --git a/src/blackcore/weathermanager.cpp b/src/blackcore/weathermanager.cpp index b5a31c7e9..3baaf986e 100644 --- a/src/blackcore/weathermanager.cpp +++ b/src/blackcore/weathermanager.cpp @@ -27,7 +27,6 @@ using namespace BlackMisc::PhysicalQuantities; namespace BlackCore { - CWeatherManager::CWeatherManager(QObject *parent) : QObject(parent) { m_pluginManagerWeatherData.collectPlugins(); @@ -132,5 +131,4 @@ namespace BlackCore // In case there are pending requests, start over again if (m_pendingRequests.size() > 0) { fetchNextWeatherData(); } } - } diff --git a/src/blackcore/weathermanager.h b/src/blackcore/weathermanager.h index 43ff3a074..ddf5ef8e7 100644 --- a/src/blackcore/weathermanager.h +++ b/src/blackcore/weathermanager.h @@ -77,7 +77,6 @@ namespace BlackCore BlackMisc::Weather::CWeatherGrid m_weatherGrid; bool m_isWeatherClear = false; }; - } // ns #endif // guard diff --git a/src/swiftdata/swiftdata.cpp b/src/swiftdata/swiftdata.cpp index 4bd9724d7..1aaae2765 100644 --- a/src/swiftdata/swiftdata.cpp +++ b/src/swiftdata/swiftdata.cpp @@ -8,7 +8,6 @@ */ #include "swiftdata.h" -#include "blackcore/application.h" #include "blackcore/data/globalsetup.h" #include "blackgui/components/datamaininfoareacomponent.h" #include "blackgui/components/dbmappingcomponent.h"