Skip to content

Commit 14f10fd

Browse files
committed
fix: Comment out deprecated EOSSettingsWindow.
1 parent 48ba94c commit 14f10fd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Assets/Plugins/Source/Editor/EditorWindows/EOSSettingsWindow_DEPRECATED.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626

2727
// Uncomment the following lines to show the old configuration window.
2828
//#define SHOW_DEPRECATED_SETTINGS_WINDOW
29-
30-
31-
29+
/*
30+
3231
namespace PlayEveryWare.EpicOnlineServices.Editor.Windows
3332
{
3433
#if !EOS_DISABLE
@@ -467,5 +466,5 @@ protected override void RenderWindow()
467466
}
468467
}
469468
}
470-
469+
*/
471470
#endif

0 commit comments

Comments
 (0)