[Android] Qualcomm Swap hack isn't needed anymore due to the new StreamBuffer type.

This commit is contained in:
Ryan Houdek
2013-07-26 21:49:48 -05:00
parent 952aa714fd
commit 4aba0135e1
3 changed files with 0 additions and 13 deletions

View File

@ -29,7 +29,6 @@ namespace DriverDetails
{BUG_NODYNUBOACCESS, 300, 14.0, -1.0},
{BUG_BROKENCENTROID, 300, 14.0, -1.0},
{BUG_BROKENINFOLOG, 300, -1.0, -1.0},
{BUG_BROKENBUFFERS, 300, 14.0, -1.0},
};
std::map<std::pair<Vendor, Bug>, BugInfo> m_bugs;