summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/output.h')
-rw-r--r--src/emu/output.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/output.h b/src/emu/output.h
index d766f9dd853..ea7c599678b 100644
--- a/src/emu/output.h
+++ b/src/emu/output.h
@@ -180,10 +180,6 @@ public:
// map a unique ID back to a name
const char *id_to_name(u32 id);
- // helpers
- [[deprecated("string format and hash in critical path")]] void set_led_value(int index, int value) { set_indexed_value("led", index, value ? 1 : 0); }
- [[deprecated("string format and hash in critical path")]] void set_lamp_value(int index, int value) { set_indexed_value("lamp", index, value); }
-
void pause();
void resume();