aboutsummaryrefslogtreecommitdiff
path: root/backends/audiocd/audiocd.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/audiocd/audiocd.h')
-rw-r--r--backends/audiocd/audiocd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/audiocd/audiocd.h b/backends/audiocd/audiocd.h
index 6eae8e096b..72a01fd87e 100644
--- a/backends/audiocd/audiocd.h
+++ b/backends/audiocd/audiocd.h
@@ -109,10 +109,9 @@ public:
/**
* Initialize the specified CD drive for audio playback.
- * @param drive the drive id
* @return true if the CD drive was inited successfully
*/
- virtual bool openCD(int drive) = 0;
+ virtual bool openCD() = 0;
/**
* Poll CD status.