Remove setting "BlockMerging".

It isn't hooked up to anything anymore, and it isn't the sort of thing we
want users messing with anyway.
This commit is contained in:
magumagu
2015-02-11 19:50:48 -08:00
parent 0e0a196a1c
commit 49f223a211
5 changed files with 3 additions and 13 deletions

View File

@ -70,7 +70,7 @@ private:
// Core
wxCheckBox *CPUThread, *SkipIdle, *MMU, *BAT, *DCBZOFF, *FPRF;
wxCheckBox *SyncGPU, *FastDiscSpeed, *BlockMerging, *DSPHLE;
wxCheckBox *SyncGPU, *FastDiscSpeed, *DSPHLE;
wxArrayString arrayStringFor_GPUDeterminism;
wxChoice* GPUDeterminism;
@ -138,7 +138,6 @@ private:
ID_DCBZOFF,
ID_SYNCGPU,
ID_DISCSPEED,
ID_MERGEBLOCKS,
ID_AUDIO_DSP_HLE,
ID_USE_BBOX,
ID_ENABLEPROGRESSIVESCAN,