aboutsummaryrefslogtreecommitdiff
path: root/sound/fmopl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/fmopl.h')
-rw-r--r--sound/fmopl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/fmopl.h b/sound/fmopl.h
index d84b62f693..d92309b87e 100644
--- a/sound/fmopl.h
+++ b/sound/fmopl.h
@@ -75,11 +75,6 @@ public:
static DriverId detect(OplType type = kOpl2);
/**
- * Checks whether the driver id is valid.
- */
- static bool validDriver(DriverId id) { return (id > 0); }
-
- /**
* Creates the specific driver with a specific type setup.
*/
static OPL *create(DriverId driver, OplType type);