Remove some deprecated things.

This commit is contained in:
rocky
2006-02-16 20:09:27 +00:00
parent da74e72b38
commit 202d2abdda
5 changed files with 11 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
/* -*- c -*-
$Id: disc.h,v 1.6 2006/01/17 12:53:41 rocky Exp $
$Id: disc.h,v 1.7 2006/02/16 20:09:27 rocky Exp $
Copyright (C) 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
@@ -99,10 +99,6 @@ extern "C" {
*/
bool cdio_is_discmode_dvd (discmode_t discmode);
/*! cdio_stat_size is deprecated. @see cdio_get_disc_last_lsn */
#define cdio_stat_size cdio_get_disc_last_lsn
#ifdef __cplusplus
}
#endif /* __cplusplus */