From 6668dbd798349311191f4bd107d242bf7a04cd24 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Fri, 13 Aug 2021 16:51:07 +0200 Subject: [PATCH] Remove unused defines --- hello_xa/hello_xa.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hello_xa/hello_xa.c b/hello_xa/hello_xa.c index 80067fb..459b932 100644 --- a/hello_xa/hello_xa.c +++ b/hello_xa/hello_xa.c @@ -25,7 +25,6 @@ DISPENV disp[2]; // Double buffered DISPENV and DRAWENV DRAWENV draw[2]; short db = 0; // index of which buffer is used, values 0, 1 - // SPU attributes SpuCommonAttr spuSettings; #define CD_SECTOR_SIZE 2048 @@ -34,10 +33,6 @@ SpuCommonAttr spuSettings; #define XA_SECTOR_OFFSET 4 // Number of XA files #define XA_TRACKS 1 -// Number of populated XA streams/channels in each XA file -#define INDEXES_IN_XA 1 -#define TOTAL_TRACKS (XA_TRACKS*INDEXES_IN_XA) - typedef struct { int start; int end;