summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/esqpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/esqpanel.h')
-rw-r--r--src/mame/machine/esqpanel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/machine/esqpanel.h b/src/mame/machine/esqpanel.h
index b440180331a..41307847832 100644
--- a/src/mame/machine/esqpanel.h
+++ b/src/mame/machine/esqpanel.h
@@ -114,10 +114,6 @@ protected:
virtual bool write_contents(std::ostream &o) override;
required_device<esq2x40_device> m_vfd;
-
-private:
- static const char *html;
- static const char *js;
};
class esqpanel2x40_sq1_device : public esqpanel_device {