diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-06 10:04:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-06 10:04:05 +0100 |
| commit | 847bac3232e051be4c104b131c2f5cf568e23ed5 (patch) | |
| tree | 62126f1732c1ec2e7f296123d742beb10d8ddb6b /src | |
| parent | 488e72be395001b7b29e30bb5d5c0db956b62917 (diff) | |
Remove erroneous files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/update_dialog.cc | 0 | ||||
| -rw-r--r-- | src/tools/update_dialog.h | 31 |
2 files changed, 0 insertions, 31 deletions
diff --git a/src/tools/update_dialog.cc b/src/tools/update_dialog.cc deleted file mode 100644 index e69de29bb..000000000 --- a/src/tools/update_dialog.cc +++ /dev/null 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 <cth@carlh.net> - - 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<UpdateChecker::Result> _result; - std::string _stable; -}; |
