summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo_render.h')
-rw-r--r--src/devices/video/voodoo_render.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/video/voodoo_render.h b/src/devices/video/voodoo_render.h
index 6bd6e4077c8..9eafef87f98 100644
--- a/src/devices/video/voodoo_render.h
+++ b/src/devices/video/voodoo_render.h
@@ -574,10 +574,6 @@ public:
// dump rasterizer statistics if enabled
void dump_rasterizer_stats();
-protected:
- // overrides
- virtual void reset_after_wait() override;
-
private:
// pipeline stages, in order
bool stipple_test(thread_stats_block &threadstats, voodoo::reg_fbz_mode const fbzmode, s32 x, s32 y, u32 &stipple);