Remove the legacy ViewSystem and some other tangentially related legacy code. (#5558)

Signed-off-by: bosnichd <bosnichd@amazon.com>
This commit is contained in:
bosnichd
2021-11-11 13:29:51 -07:00
committed by GitHub
parent 9e2a3226fd
commit 19acf94606
49 changed files with 73 additions and 3504 deletions
-4
View File
@@ -57,7 +57,6 @@ namespace Audio
struct SFileVersion;
struct INameTable;
struct ILevelSystem;
struct IViewSystem;
class IXMLBinarySerializer;
struct IAVI_Reader;
class CPNoise3;
@@ -75,7 +74,6 @@ namespace AZ
typedef void* WIN_HWND;
class CCamera;
struct CLoadingTimeProfiler;
class ICmdLine;
@@ -823,8 +821,6 @@ struct ISystem
// return the related subsystem interface
//
virtual IViewSystem* GetIViewSystem() = 0;
virtual ILevelSystem* GetILevelSystem() = 0;
virtual ICmdLine* GetICmdLine() = 0;
virtual ILog* GetILog() = 0;