mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user