mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Axe NETWORK_[set/get]AchievementProgress()
These are unused. Ethan originally added them in case Terry wanted achievement percentages. But he didn't add them, and I don't think the achievements are changing anytime soon, so it's safe to remove this dead code.
This commit is contained in:
@@ -23,13 +23,4 @@ void GOG_unlockAchievement(const char *name)
|
||||
{
|
||||
}
|
||||
|
||||
int32_t GOG_getAchievementProgress(const char *name)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void GOG_setAchievementProgress(const char *name, int32_t stat)
|
||||
{
|
||||
}
|
||||
|
||||
#endif /* MAKEANDPLAY */
|
||||
|
||||
Reference in New Issue
Block a user