mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-12 03:02:01 -04:00
GeckoCode: Remove Dead Code
This commit is contained in:
@@ -45,14 +45,6 @@ bool operator!=(const GeckoCode::Code& lhs, const GeckoCode::Code& rhs)
|
||||
return !operator==(lhs, rhs);
|
||||
}
|
||||
|
||||
// return true if a code exists
|
||||
bool GeckoCode::Exist(u32 address, u32 data) const
|
||||
{
|
||||
return std::find_if(codes.begin(), codes.end(), [&](const Code& code) {
|
||||
return code.address == address && code.data == data;
|
||||
}) != codes.end();
|
||||
}
|
||||
|
||||
enum class Installation
|
||||
{
|
||||
Uninstalled,
|
||||
|
||||
Reference in New Issue
Block a user