diff options
author | 2009-12-21 16:32:45 +0000 | |
---|---|---|
committer | 2009-12-21 16:32:45 +0000 | |
commit | 685bac3770fb02502d64af9c9b6fb037a5e0d00d (patch) | |
tree | 69ba12fc0b4607ac9e4fff2d246376a6b5be09d4 /src/emu/deprecat.h | |
parent | bc485032d7175c1f57793ddbb149578454b644b7 (diff) |
Removed deprecated core function decodegfx() [Christophe Jaillet]
---------- Forwarded message ----------
From: Christophe Jaillet <christophe.jaillet@wanadoo.fr>
Date: Mon, Dec 14, 2009 at 9:56 PM
Subject: Removal of a deprecated function
To: submit@mamedev.org
Hi,
a function in "drawgfx.c" is declared in "deprecat.h"
This function ("decodegfx(...)") is not used any more in the code, so it
could be removed.
Hope this help.
Best regards,
CJ
Diffstat (limited to 'src/emu/deprecat.h')
-rw-r--r-- | src/emu/deprecat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/deprecat.h b/src/emu/deprecat.h index 1f1059f31de..68abaaeb34a 100644 --- a/src/emu/deprecat.h +++ b/src/emu/deprecat.h @@ -66,9 +66,6 @@ int cpu_getiloops(const device_config *device); * *************************************/ -/* decode a series of tiles from a particular gfx_element */ -void decodegfx(gfx_element *gfx, UINT32 first, UINT32 count); - void decodechar(const gfx_element *gfx, UINT32 code, const UINT8 *src); |