mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-28 09:48:31 +00:00
ad4de3d3be
Delete GetSetting/SetSetting variants that operate on a GUI page other than the one that the setting is defined in; introduced inc2a71e41bf, obsolete sincef0d9806b3f. Delete CInternalCGUIAccessorBase::GetObjectPointer as these variants were the only caller for that. Delete CInternalCGUIAccessorBase::HandleMessage froma08cbd2f74as it's an unnecessary proxy. Delete CInternalCGUIAccessorBase::QueryResetting from953f72a91cby making ResetStates public, equal to UpdateCachedSize from90bbd48a14(public required for VS2015 but not gcc 9). Move ResetStates to implementation file. Tested on: gcc 9, VS2015 This was SVN commit r22563.