mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Remove unused GUIUtil functions, unused GUI includes and some tails in GUIUtil.
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.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "VisualReplay.h"
|
||||
#include "graphics/GameView.h"
|
||||
#include "gui/GUIManager.h"
|
||||
#include "lib/allocators/shared_ptr.h"
|
||||
#include "lib/external_libraries/libsdl.h"
|
||||
#include "lib/utf8.h"
|
||||
|
||||
Reference in New Issue
Block a user