Code Cleanup: More compile time errors/warnings

.. warnings from Xcode 4.6 (still some remaining)
.. and deprecated Quarqd code (we have native ANT now)
.. and MultiWindow deprecated (it isn't finished)
This commit is contained in:
Mark Liversedge
2013-02-12 22:40:08 +00:00
parent d30f563aac
commit 6865dd4bfd
32 changed files with 37 additions and 53 deletions

View File

@@ -197,7 +197,6 @@ DeviceScanner::quickScan(bool deep) // scan quickly or if true scan forever, as
switch (wizard->deviceTypes.Supported[wizard->current].type) {
// we will need a factory for this soon..
case DEV_ANTPLUS : wizard->controller = new ANTplusController(NULL, NULL); break;
case DEV_CT : wizard->controller = new ComputrainerController(NULL, NULL); break;
#ifdef GC_HAVE_LIBUSB
case DEV_FORTIUS : wizard->controller = new FortiusController(NULL, NULL); break;