summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/viewgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/viewgfx.h')
-rw-r--r--src/frontend/mame/ui/viewgfx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/frontend/mame/ui/viewgfx.h b/src/frontend/mame/ui/viewgfx.h
index 765384b4bea..cb368efc91c 100644
--- a/src/frontend/mame/ui/viewgfx.h
+++ b/src/frontend/mame/ui/viewgfx.h
@@ -20,12 +20,6 @@
FUNCTION PROTOTYPES
***************************************************************************/
-// initialization
-void ui_gfx_init(running_machine &machine);
-
-// returns 'true' if the internal graphics viewer has relevance
-bool ui_gfx_is_relevant(running_machine &machine);
-
// master handler
uint32_t ui_gfx_ui_handler(render_container &container, mame_ui_manager &mui, bool uistate);