pcsx2-ee: remove unused ManualPageTracking struct

This commit is contained in:
Gregory Hainaut 2015-10-30 18:19:46 +01:00
parent fee3d7c151
commit b215885188
1 changed files with 0 additions and 6 deletions

View File

@ -704,12 +704,6 @@ static void recAlloc()
x86FpuState = FPU_STATE;
}
struct ManualPageTracking
{
u16 page;
u8 counter;
};
static __aligned16 u16 manual_page[Ps2MemSize::MainRam >> 12];
static __aligned16 u8 manual_counter[Ps2MemSize::MainRam >> 12];