summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@Gmail.com>2013-07-27 00:53:53 +0000
committerRyan Houdek <Sonicadvance1@Gmail.com>2013-07-27 00:53:53 +0000
commitb6e9a75bdfa954499e123ea7c6fafb3ea16bf499 (patch)
tree21e1d050f9c028c8274f4995a224837894845246 /Source/Core/VideoCommon
parentbab2534c36adca49d00ab29f1368733ec277fc4c (diff)
Good Job Windows. Fixes compiling...
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/DriverDetails.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/Src/DriverDetails.cpp b/Source/Core/VideoCommon/Src/DriverDetails.cpp
index bb1b5dd901..567d140329 100644
--- a/Source/Core/VideoCommon/Src/DriverDetails.cpp
+++ b/Source/Core/VideoCommon/Src/DriverDetails.cpp
@@ -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;
@@ -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;
}