From 4db9fb3603ca91458fad2f29f99c3d8d8cbf4364 Mon Sep 17 00:00:00 2001 From: Frode Solheim Date: Tue, 15 Jul 2025 21:52:30 +0200 Subject: [PATCH] _ftime and sys/timeb.h are currently required anyway --- blkdev_cdimage.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/blkdev_cdimage.cpp b/blkdev_cdimage.cpp index b0bc7523..9facba50 100644 --- a/blkdev_cdimage.cpp +++ b/blkdev_cdimage.cpp @@ -492,15 +492,7 @@ static bool cdda_play_func2 (struct cdunit *cdu, int *outpos) if (oldplay != cdu->cdda_play) { struct cdtoc *t; int sector, diff; -#ifdef WIN32 struct _timeb tb1, tb2; -#else -#ifdef HAVE_SYS_TIMEB_H - struct timespec ts1, ts2; -#else -#warning Missing timing functions -#endif -#endif idleframes = 0; silentframes = 0; -- 2.47.3