summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom/cdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfcdrom/cdr.h')
-rw-r--r--plugins/dfcdrom/cdr.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index ae22f6cd..2570545c 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -48,24 +48,11 @@ typedef union {
unsigned char buf[CD_FRAMESIZE_RAW];
} crdata;
-crdata cr;
-
typedef struct {
crdata cr;
int ret;
} CacheData;
-CacheData *cdcache;
-unsigned char *cdbuffer;
-int cacheaddr;
-
-unsigned char lastTime[3];
-int cdHandle;
-pthread_t thread;
-int subqread, stopth;
-int found, locked;
-int playing;
-
long ReadNormal();
long ReadThreaded();
unsigned char* GetBNormal();