Skip to content
Permalink
Browse files
Merge pull request #6192 from lioncash/unused-var
D3D/main: Remove unused variable in InitBackendInfo()
  • Loading branch information
JosJuice committed Nov 12, 2017
2 parents aa7d4f5 + 2a782b8 commit 8c6465c
Showing 1 changed file with 0 additions and 1 deletion.
@@ -102,7 +102,6 @@ void VideoBackend::InitBackendInfo()
// TODO: These don't get updated on adapter change, yet
if (adapter_index == g_Config.iAdapter)
{
std::string samples;
std::vector<DXGI_SAMPLE_DESC> modes = DX11::D3D::EnumAAModes(ad);
// First iteration will be 1. This equals no AA.
for (unsigned int i = 0; i < modes.size(); ++i)

0 comments on commit 8c6465c

Please sign in to comment.