浏览代码

[ci skip] remove test

Evan Husted 1 年之前
父节点
当前提交
4a8f98126f
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/Ryujinx/Utilities/PlayReport/PlayReports.cs

+ 0 - 5
src/Ryujinx/Utilities/PlayReport/PlayReports.cs

@@ -41,11 +41,6 @@ namespace Ryujinx.Ava.Utilities.PlayReport
                     .AddValueFormatter("team_circle", PokemonSVUnionCircle)
             );
 
-        private static FormattedValue Botw(Value[] values)
-        {
-            return $"{values[0].BoxedValue}, {values[1].BoxedValue}";
-        }
-
         private static FormattedValue BreathOfTheWild_MasterMode(Value value)
             => value.BoxedValue is 1 ? "Playing Master Mode" : FormattedValue.ForceReset;