Cleanup comment (broke savestates anyway.)

This commit is contained in:
Unknown W. Brackets 2013-09-01 00:52:25 -07:00
parent a05c78f8fc
commit dc9b5156d9

View file

@ -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);