fixed clang compilation (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-21 10:26:09 +00:00
parent ab02ed5e2d
commit b4f975b47a

View File

@ -71,7 +71,6 @@ private:
required_device<acia6850_device> m_acia;
required_shared_ptr<UINT8> m_videoram;
UINT8 m_term_data;
bool m_term_key;
};