static analysis: remove unused overrides
This commit is contained in:
@@ -10,11 +10,6 @@ public:
|
|||||||
b_has_pressure_intensity_button = false;
|
b_has_pressure_intensity_button = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Init() override
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void init_config(cfg_pad* cfg) override
|
void init_config(cfg_pad* cfg) override
|
||||||
{
|
{
|
||||||
if (!cfg) return;
|
if (!cfg) return;
|
||||||
|
|||||||
@@ -121,8 +121,6 @@ namespace rsx
|
|||||||
bool is_detached() const { return m_input_thread_detached; }
|
bool is_detached() const { return m_input_thread_detached; }
|
||||||
void detach_input() { m_input_thread_detached.store(true); }
|
void detach_input() { m_input_thread_detached.store(true); }
|
||||||
|
|
||||||
void update(u64 /*timestamp_us*/) override {}
|
|
||||||
|
|
||||||
compiled_resource get_compiled() override = 0;
|
compiled_resource get_compiled() override = 0;
|
||||||
|
|
||||||
virtual void on_button_pressed(pad_button /*button_press*/, bool /*is_auto_repeat*/) {}
|
virtual void on_button_pressed(pad_button /*button_press*/, bool /*is_auto_repeat*/) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user