rsx: Remove deprecated do_method path that has been superceded by c++ inheritance for many years

This commit is contained in:
kd-11 2019-12-04 15:07:20 +03:00 committed by kd-11
parent 0b78404337
commit 8dfea032f2
8 changed files with 16 additions and 89 deletions

View file

@ -11,11 +11,6 @@ NullGSRender::NullGSRender() : GSRender()
{
}
bool NullGSRender::do_method(u32 cmd, u32 value)
{
return false;
}
void NullGSRender::end()
{
rsx::method_registers.current_draw_clause.end();