Justifier: Remove unused function

pull/3730/head
Stenzek 5 months ago
parent 63f5a6a5bc
commit 66ddcae05f
No known key found for this signature in database

@ -139,11 +139,6 @@ void Justifier::SetBindState(u32 index, float value)
m_button_state |= u16(1) << s_button_indices[static_cast<u8>(index)];
}
bool Justifier::IsTriggerPressed() const
{
return ((m_button_state & (1u << 15)) != 0);
}
void Justifier::ResetTransferState()
{
m_transfer_state = TransferState::Idle;

@ -49,7 +49,6 @@ public:
bool Transfer(const u8 data_in, u8* data_out) override;
private:
bool IsTriggerPressed() const;
void UpdatePosition();
void UpdateIRQEvent();
void IRQEvent();

Loading…
Cancel
Save