From 819bd109e512936e2094d4c4907ad7a14d8a674f Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 11 Dec 2013 15:26:50 +0200 Subject: downloadfromdivecomputer.h: remove a forward declaration The forward declaration of 'struct device_data_t' is not needed as it already comes from '../libdivecomputer.h'. Reported by the program cppcheck. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/downloadfromdivecomputer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index 2c411cfc9..725dc787f 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -8,8 +8,6 @@ #include "../libdivecomputer.h" #include "ui_downloadfromdivecomputer.h" -struct device_data_t; - class DownloadThread : public QThread{ Q_OBJECT public: -- cgit v1.2.3-70-g09d2