mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Cleanup: Removed unused variable: needsprecision
This commit is contained in:
@@ -934,7 +934,6 @@ void DiskUpdatePosition(DWORD cycles)
|
||||
|
||||
if ((!enhancedisk) && (!diskaccessed) && fptr->spinning)
|
||||
{
|
||||
needsprecision = cumulativecycles;
|
||||
fptr->byte += (cycles >> 5);
|
||||
if (fptr->byte >= fptr->nibbles)
|
||||
fptr->byte -= fptr->nibbles;
|
||||
|
||||
Reference in New Issue
Block a user