forked from mirrors/0ad
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:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2017 Wildfire Games.
|
||||
/* Copyright (C) 2019 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
@@ -24,10 +24,6 @@
|
||||
|
||||
#include "graphics/Camera.h"
|
||||
#include "graphics/GameView.h"
|
||||
#include "gui/CGUI.h"
|
||||
#include "gui/GUIutil.h"
|
||||
#include "gui/GUIManager.h"
|
||||
#include "gui/IGUIObject.h"
|
||||
#include "lib/ogl.h"
|
||||
#include "maths/MathUtil.h"
|
||||
#include "maths/Quaternion.h"
|
||||
|
||||
Reference in New Issue
Block a user