ext/CdIo.h in rb_cdio-0.2.0 vs ext/CdIo.h in rb_cdio-0.2.1
- old
+ new
@@ -32,18 +32,9 @@
#define HAVE_CDDB 1
#endif
#include <cddb/cddb.h>
#endif
-/** Test **/
-
-#if LIBCDIO_VERSION_NUM < 73
- #error rb_cdio 0.2.0 needs libcdio>=0.73
-#endif
-
-
-/** End tests **/
-
#define GET_CDIO(self,p) \
CdIo* p; \
Data_Get_Struct(self, CdIo, p); \
if(NULL==p) {rb_raise(rb_eException,"No pointer to CdIo");}