Remove I3DEngine CryCommon Interface (#567)
Delete: - I3DEngine - Missions - Time of day - GameEffectsSystem Gem - ImageProcessing Gem - SVOGI Gem - Various other things that don't do anything now that the legacy renderer has been removed.
This commit is contained in:
@@ -252,8 +252,6 @@ SEditorSettings::SEditorSettings()
|
||||
gui.hSystemFontBold = QFont("Ms Shell Dlg 2", lfHeight, QFont::Bold);
|
||||
gui.hSystemFontItalic = QFont("Ms Shell Dlg 2", lfHeight, QFont::Normal, true);
|
||||
|
||||
bForceSkyUpdate = true;
|
||||
|
||||
backgroundUpdatePeriod = 0;
|
||||
g_TemporaryLevelName = nullptr;
|
||||
|
||||
@@ -647,8 +645,6 @@ void SEditorSettings::Save()
|
||||
SaveValue("Settings\\ObjectColors", "GeometryAlpha", objectColorSettings.fGeomAlpha);
|
||||
SaveValue("Settings\\ObjectColors", "ChildGeometryAlpha", objectColorSettings.fChildGeomAlpha);
|
||||
|
||||
SaveValue("Settings", "ForceSkyUpdate", gSettings.bForceSkyUpdate);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Smart file open settings
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
@@ -873,8 +869,6 @@ void SEditorSettings::Load()
|
||||
LoadValue("Settings\\ObjectColors", "GeometryAlpha", objectColorSettings.fGeomAlpha);
|
||||
LoadValue("Settings\\ObjectColors", "ChildGeometryAlpha", objectColorSettings.fChildGeomAlpha);
|
||||
|
||||
LoadValue("Settings", "ForceSkyUpdate", gSettings.bForceSkyUpdate);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Smart file open settings
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user