mirror of https://github.com/PCSX2/pcsx2.git
GSdx-d3d: purge GSDrawingContext* context and GSDrawingEnvironment env from GSRendererDX.h
Not used anywhere in dx code and the code is already defined in GSState.h with member variable names.
This commit is contained in:
parent
7641d6726f
commit
ef29daa9d0
|
@ -48,9 +48,6 @@ protected:
|
|||
|
||||
bool DATE;
|
||||
|
||||
GSDrawingContext* context;
|
||||
GSDrawingEnvironment env;
|
||||
|
||||
GSDeviceDX* dev;
|
||||
|
||||
GSDeviceDX::VSSelector m_vs_sel;
|
||||
|
|
Loading…
Reference in New Issue