From ef3254e42824e1cc749bf2da7ea3c4871486326f Mon Sep 17 00:00:00 2001 From: tim lindner Date: Sun, 14 May 2017 13:58:31 -0700 Subject: [PATCH] Minor cleanup of some old defines. --- src/devices/bus/coco/coco_gmc.cpp | 2 -- src/devices/bus/coco/coco_gmc.h | 1 - 2 files changed, 3 deletions(-) diff --git a/src/devices/bus/coco/coco_gmc.cpp b/src/devices/bus/coco/coco_gmc.cpp index 73853eea654..e8db882df06 100644 --- a/src/devices/bus/coco/coco_gmc.cpp +++ b/src/devices/bus/coco/coco_gmc.cpp @@ -32,8 +32,6 @@ MACHINE_CONFIG_END // GLOBAL VARIABLES //************************************************************************** -//const device_type COCO_PAK_GMC = device_creator; - DEFINE_DEVICE_TYPE(COCO_PAK_GMC, coco_pak_gmc_device, "cocopakgmc", "CoCo Games Master Cartridge") //------------------------------------------------- diff --git a/src/devices/bus/coco/coco_gmc.h b/src/devices/bus/coco/coco_gmc.h index 70f0f882969..6d48c461350 100644 --- a/src/devices/bus/coco/coco_gmc.h +++ b/src/devices/bus/coco/coco_gmc.h @@ -27,7 +27,6 @@ private: // device type definition -//extern const device_type COCO_PAK_GMC; DECLARE_DEVICE_TYPE(COCO_PAK_GMC, coco_pak_gmc_device) #endif /* __COCO_GMC_H__ */