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:
lightningterror 2018-10-03 04:41:17 +02:00
parent 7641d6726f
commit ef29daa9d0
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@ protected:
bool DATE; bool DATE;
GSDrawingContext* context;
GSDrawingEnvironment env;
GSDeviceDX* dev; GSDeviceDX* dev;
GSDeviceDX::VSSelector m_vs_sel; GSDeviceDX::VSSelector m_vs_sel;