From 2e8f9dcec93653f1bd1f115662f9fcf3a5581fd8 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 3 Apr 2015 01:05:03 -0400 Subject: AUDIO: Remove the sample rate configuration from the OPL code --- audio/fmopl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/fmopl.h') diff --git a/audio/fmopl.h b/audio/fmopl.h index b8dbdc1550..aaa8edd42d 100644 --- a/audio/fmopl.h +++ b/audio/fmopl.h @@ -108,10 +108,9 @@ public: /** * Initializes the OPL emulator. * - * @param rate output sample rate * @return true on success, false on failure */ - virtual bool init(int rate) = 0; + virtual bool init() = 0; /** * Reinitializes the OPL emulator -- cgit v1.2.3