Skip to content

Commit a3b80d2

Browse files
committed
Layers/xrRender/HW.cpp: removed uniqueRenderingMode struct (unused)
1 parent 330a32c commit a3b80d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Layers/xrRender/HW.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,3 @@ BOOL CHW::support(D3DFORMAT fmt, DWORD type, DWORD usage)
383383
return FALSE;
384384
return TRUE;
385385
}
386-
387-
struct uniqueRenderingMode
388-
{
389-
uniqueRenderingMode(pcstr v) : value(v) {}
390-
pcstr value;
391-
bool operator()(const xr_token other) const { return !xr_stricmp(value, other.name);}
392-
};

0 commit comments

Comments
 (0)