From a525853ec534f325f8e0ffd81687a3f541227e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Sun, 21 Feb 2016 11:27:24 +0100 Subject: [PATCH] remove unused files --- .../weatherground/devicepluginweatherground.json | 1 - .../deviceplugins/weatherground/weatherground.pro | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 plugins/deviceplugins/weatherground/devicepluginweatherground.json delete mode 100644 plugins/deviceplugins/weatherground/weatherground.pro diff --git a/plugins/deviceplugins/weatherground/devicepluginweatherground.json b/plugins/deviceplugins/weatherground/devicepluginweatherground.json deleted file mode 100644 index 0967ef42..00000000 --- a/plugins/deviceplugins/weatherground/devicepluginweatherground.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/plugins/deviceplugins/weatherground/weatherground.pro b/plugins/deviceplugins/weatherground/weatherground.pro deleted file mode 100644 index 8f193540..00000000 --- a/plugins/deviceplugins/weatherground/weatherground.pro +++ /dev/null @@ -1,15 +0,0 @@ -include(../../plugins.pri) - -TARGET = $$qtLibraryTarget(guh_devicepluginweatherground) - -QT+= network - -SOURCES += \ - devicepluginweatherground.cpp \ - weathergroundparser.cpp - -HEADERS += \ - devicepluginweatherground.h \ - weathergroundparser.h - -