Remove erroneous files.
authorCarl Hetherington <cth@carlh.net>
Fri, 6 Jun 2014 09:04:05 +0000 (10:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 6 Jun 2014 09:04:05 +0000 (10:04 +0100)
src/tools/update_dialog.cc [deleted file]
src/tools/update_dialog.h [deleted file]

diff --git a/src/tools/update_dialog.cc b/src/tools/update_dialog.cc
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/src/tools/update_dialog.h b/src/tools/update_dialog.h
deleted file mode 100644 (file)
index 8b499eb..0000000
+++ /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;
-};