diff options
author | 2014-03-18 13:29:30 +0000 | |
---|---|---|
committer | 2014-03-18 13:29:30 +0000 | |
commit | e1af1a20967b33ee7b320ba451efb752a862c3c4 (patch) | |
tree | 02b7a5b9cb340c3be2b0d439309316e268c64d43 /src/emu/machine/roc10937.h | |
parent | 8c13619673a493d50285ffd59ba783b433b7e521 (diff) |
Removed unused declaration. (nw)
Diffstat (limited to 'src/emu/machine/roc10937.h')
-rw-r--r-- | src/emu/machine/roc10937.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/machine/roc10937.h b/src/emu/machine/roc10937.h index d32d9cf2dbe..a4f1cc8afd7 100644 --- a/src/emu/machine/roc10937.h +++ b/src/emu/machine/roc10937.h @@ -49,8 +49,6 @@ class rocvfd_t : public device_t { public: - typedef delegate<void (bool state)> line_cb; - rocvfd_t(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); // inline configuration helpers |