hw: remove unused volume properties

This commit is contained in:
Adeeb Shihadeh
2025-08-02 16:08:58 -07:00
parent ba2dced54c
commit aa2a3b3c8f
2 changed files with 0 additions and 5 deletions

View File

@@ -10,9 +10,6 @@
// no-op base hw class
class HardwareNone {
public:
static constexpr float MAX_VOLUME = 0.7;
static constexpr float MIN_VOLUME = 0.2;
static std::string get_os_version() { return ""; }
static std::string get_name() { return ""; }
static cereal::InitData::DeviceType get_device_type() { return cereal::InitData::DeviceType::UNKNOWN; }

View File

@@ -13,8 +13,6 @@
class HardwareTici : public HardwareNone {
public:
static constexpr float MAX_VOLUME = 0.9;
static constexpr float MIN_VOLUME = 0.1;
static bool TICI() { return true; }
static bool AGNOS() { return true; }
static std::string get_os_version() {