deleted commented out junk
This commit is contained in:
parent
7bb0ffd022
commit
f395fc9d27
1 changed files with 0 additions and 12 deletions
|
@ -949,18 +949,6 @@ const char* getBlueWireStatStr()
|
||||||
const char* BlueWireStates[] = { "BTC,Htr", "BTC", "OEM,Htr", "OEM" };
|
const char* BlueWireStates[] = { "BTC,Htr", "BTC", "OEM,Htr", "OEM" };
|
||||||
|
|
||||||
return BlueWireStates[getBlueWireStat()];
|
return BlueWireStates[getBlueWireStat()];
|
||||||
/* if(bHasHtrData) {
|
|
||||||
if(bHasOEMController)
|
|
||||||
return "OEM,Htr";
|
|
||||||
else
|
|
||||||
return "BTC,Htr";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
if(bHasOEMController)
|
|
||||||
return "OEM";
|
|
||||||
else
|
|
||||||
return "BTC";
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool hasOEMcontroller()
|
bool hasOEMcontroller()
|
||||||
|
|
Loading…
Reference in a new issue