- use g_info.hw_caps->has_fan; remove old g_info.has_fan

This commit is contained in:
svenhoefer
2017-03-19 01:04:48 +01:00
parent 59adc88491
commit 4f202b19d6
3 changed files with 6 additions and 11 deletions

View File

@@ -927,7 +927,6 @@ struct SglobalInfo
{
unsigned char box_Type;
delivery_system_t delivery_system;
bool has_fan;
hw_caps_t *hw_caps;
};