mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
static analysis: remove unused overrides
This commit is contained in:
parent
6abb863a54
commit
7a6a96254c
2 changed files with 0 additions and 7 deletions
|
@ -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*/) {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue