remove unused at28c16_interface (nw)

This commit is contained in:
smf- 2013-05-31 14:12:09 +00:00
parent e173bebeda
commit 7fa9150f74

View File

@ -24,20 +24,12 @@
// TYPE DEFINITIONS // TYPE DEFINITIONS
//************************************************************************** //**************************************************************************
// ======================> at28c16_interface
struct at28c16_interface
{
};
// ======================> at28c16_device // ======================> at28c16_device
class at28c16_device : class at28c16_device :
public device_t, public device_t,
public device_memory_interface, public device_memory_interface,
public device_nvram_interface, public device_nvram_interface
public at28c16_interface
{ {
public: public:
// construction/destruction // construction/destruction