summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-02-26 12:08:45 +0100
committer hap <happppp@users.noreply.github.com>2022-02-26 12:08:45 +0100
commit90f14d07806fd6348461cd0245a9383f16217f90 (patch)
treed6f7a02557dd6fcb5d8612fa9c1e5682ed069d2a /src/emu
parent289f9461f440584dbc551c9268882720e9f12bc3 (diff)
remove vestiges of artwork dotmatrix element
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/rendlay.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/rendlay.h b/src/emu/rendlay.h
index c58823e18ce..d0e8bb2e582 100644
--- a/src/emu/rendlay.h
+++ b/src/emu/rendlay.h
@@ -183,7 +183,6 @@ private:
// internal helpers
static void element_scale(bitmap_argb32 &dest, bitmap_argb32 &source, const rectangle &sbounds, void *param);
template <typename T> static component::ptr make_component(environment &env, util::xml::data_node const &compnode);
- template <int D> static component::ptr make_dotmatrix_component(environment &env, util::xml::data_node const &compnode);
static make_component_map const s_make_component; // maps component XML names to creator functions