summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m72.h')
-rw-r--r--src/mame/includes/m72.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/m72.h b/src/mame/includes/m72.h
index 0d23479e856..29afaea26c7 100644
--- a/src/mame/includes/m72.h
+++ b/src/mame/includes/m72.h
@@ -194,7 +194,6 @@ public:
inline void changecolor(int color,int r,int g,int b);
void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect);
void majtitle_draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect);
- int find_sample(int num);
void copy_le(UINT16 *dest, const UINT8 *src, UINT8 bytes);
void install_protection_handler(const UINT8 *code,const UINT8 *crc);
};