From ae09ad416b5720bf57c52e20d0522e4e481fe51a Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 23 Jan 2010 12:53:17 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40662 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/misc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libpcsxcore/misc.c') diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 4c0e6cfd..30c7351d 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -54,9 +54,6 @@ struct iso_directory_record { char name [1]; }; -#define btoi(b) ((b)/16*10 + (b)%16) /* BCD to u_char */ -#define itob(i) ((i)/10*16 + (i)%10) /* u_char to BCD */ - void mmssdd( char *b, char *p ) { int m, s, d; -- cgit v1.2.3