From: Carl Hetherington Date: Fri, 6 Jun 2014 09:04:05 +0000 (+0100) Subject: Remove erroneous files. X-Git-Tag: v2.0.48~551^2~123 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=847bac3232e051be4c104b131c2f5cf568e23ed5;p=dcpomatic.git Remove erroneous files. --- diff --git a/src/tools/update_dialog.cc b/src/tools/update_dialog.cc deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/tools/update_dialog.h b/src/tools/update_dialog.h deleted file mode 100644 index 8b499ebcc..000000000 --- a/src/tools/update_dialog.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - Copyright (C) 2014 Carl Hetherington - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -*/ - -class UpdateDialog -{ -public: - UpdateDialog (wxWindow *); - -private: - wxGauge* _gauge; - wxStaticText* _message; - boost::thread* _thread; - boost::optional _result; - std::string _stable; -};