Skip to content

Commit

Permalink
Layers/xrRender/HW.cpp: removed uniqueRenderingMode struct (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jul 24, 2018
1 parent 7e1f218 commit a7a567a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Layers/xrRender/HW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,3 @@ BOOL CHW::support(D3DFORMAT fmt, DWORD type, DWORD usage)
return FALSE;
return TRUE;
}

struct uniqueRenderingMode
{
uniqueRenderingMode(pcstr v) : value(v) {}
pcstr value;
bool operator()(const xr_token other) const { return !xr_stricmp(value, other.name);}
};

0 comments on commit a7a567a

Please sign in to comment.