summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video.h')
-rw-r--r--src/emu/video.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/emu/video.h b/src/emu/video.h
index abd2a8f27a6..bfb73b2b46c 100644
--- a/src/emu/video.h
+++ b/src/emu/video.h
@@ -178,12 +178,4 @@ private:
static const int PAUSED_REFRESH_RATE = 30;
};
-
-
-// ----- debugging helpers -----
-
-// assert if any pixels in the given bitmap contain an invalid palette index
-bool video_assert_out_of_range_pixels(running_machine &machine, bitmap_ind16 &bitmap);
-
-
#endif /* __VIDEO_H__ */