diff --git a/GPU/GPUCommon.cpp b/GPU/GPUCommon.cpp index ae81a3fa9a..697f902b57 100644 --- a/GPU/GPUCommon.cpp +++ b/GPU/GPUCommon.cpp @@ -867,8 +867,6 @@ void GPUCommon::DoState(PointerWrap &p) { currentList = &dls[currentID]; } p.Do(interruptRunning); - u32 prev; // TODO: kill. just didn't want to break states right now... - p.Do(prev); p.Do(gpuState); p.Do(isbreak); p.Do(drawCompleteTicks);