mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
4919a6185e
HasSetting from3dfa23cd25is actually redundant with IGUIObject::SettingExists. GetSettingPointer from8f4f8e240fis superseded by GetSetting reference following3dfa23cd25and040624acff. Deregister copying SetSetting variants for CStr and CStrW following copy removal in040624acff. The default template <typename T=int> fromc2a71e41bfcan be removed following FallBackSprite/FallBackColor removal in9985fcf5bdand RecurseObject unification ind4d5187c9d. Delete all unused GUI includes, refs D1478. Remove GUIUtil friend class following something. Differential Revision: https://code.wildfiregames.com/D2225 Tested on: gcc 9.1.0, Jenkins This was SVN commit r22779.