Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Good Job Windows. Fixes compiling...
  • Loading branch information
Sonicadvance1 committed Jul 27, 2013
1 parent bab2534 commit b6e9a75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Core/VideoCommon/Src/DriverDetails.cpp
Expand Up @@ -31,8 +31,6 @@ namespace DriverDetails
{BUG_BROKENINFOLOG, 300, -1.0, -1.0},
{BUG_BROKENBUFFERS, 300, 14.0, -1.0},
};
BugInfo m_armbugs[] = {
};

std::map<std::pair<Vendor, Bug>, BugInfo> m_bugs;

Expand All @@ -46,8 +44,6 @@ namespace DriverDetails
m_bugs[std::make_pair(m_vendor, m_qualcommbugs[a].m_bug)] = m_qualcommbugs[a];
break;
case VENDOR_ARM:
for (unsigned int a = 0; a < (sizeof(m_armbugs) / sizeof(BugInfo)); ++a)
m_bugs[std::make_pair(m_vendor, m_armbugs[a].m_bug)] = m_armbugs[a];
default:
break;
}
Expand Down

0 comments on commit b6e9a75

Please sign in to comment.