removed not needed function type (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2013-02-06 07:31:19 +00:00
parent 59326782b3
commit 80c0b4283f

View File

@ -60,12 +60,4 @@
#define DEVICE_RESET(name) void DEVICE_RESET_NAME(name)(device_t *device)
#define DEVICE_RESET_CALL(name) DEVICE_RESET_NAME(name)(device)
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
class device_t;
typedef void (*device_start_func)(device_t *device);
#endif /* __DEVLEGCY_H__ */