summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-06 01:13:10 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-06 01:13:10 +0000
commit1b40324d0831fd35953b70faf6b40e487f74ab84 (patch)
tree1828b85226c49858a2e242b0f763c2a22e554a70 /libpcsxcore
parenta234964379ca2feffdbd20a4a82d7d7e1280e8b2 (diff)
downloadpcsxr-1b40324d0831fd35953b70faf6b40e487f74ab84.tar.gz
Updated MSVC and Dev-C++ projects, got rid of the GNU-style changelog.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56865 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdriso.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c
index 6c6f428e..fbdb9eb1 100644
--- a/libpcsxcore/cdriso.c
+++ b/libpcsxcore/cdriso.c
@@ -31,9 +31,6 @@
#include <sys/time.h>
#endif
-#define btoi(b) ((b) / 16 * 10 + (b) % 16) /* BCD to u_char */
-#define itob(i) ((i)/10*16 + (i)%10) /* u_char to BCD */
-
static FILE *cdHandle = NULL;
static FILE *cddaHandle = NULL;
static FILE *subHandle = NULL;