Remove doxygen references to get_speed() routines. They don't exist

and seem to confuse people.
This commit is contained in:
rocky
2005-02-12 15:27:22 +00:00
parent 521fb446a9
commit e13dd6df2f
2 changed files with 3 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/* -*- c -*-
$Id: device.h,v 1.13 2005/02/10 01:59:06 rocky Exp $
$Id: device.h,v 1.14 2005/02/12 15:27:22 rocky Exp $
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
@@ -762,8 +762,6 @@ extern "C" {
/*!
Set the drive speed.
@see cdio_get_speed
*/
driver_return_code_t cdio_set_speed ( const CdIo_t *p_cdio, int i_speed );