mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
static analysis: remove unused overrides
This commit is contained in:
parent
792e802b4a
commit
5222436111
2 changed files with 0 additions and 7 deletions
|
@ -10,11 +10,6 @@ public:
|
|||
b_has_pressure_intensity_button = false;
|
||||
}
|
||||
|
||||
bool Init() override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void init_config(cfg_pad* cfg) override
|
||||
{
|
||||
if (!cfg) return;
|
||||
|
|
|
@ -121,8 +121,6 @@ namespace rsx
|
|||
bool is_detached() const { return m_input_thread_detached; }
|
||||
void detach_input() { m_input_thread_detached.store(true); }
|
||||
|
||||
void update(u64 /*timestamp_us*/) override {}
|
||||
|
||||
compiled_resource get_compiled() override = 0;
|
||||
|
||||
virtual void on_button_pressed(pad_button /*button_press*/, bool /*is_auto_repeat*/) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue