chore: 删除未使用函数

This commit is contained in:
uye
2026-01-09 23:39:16 +08:00
parent 9fa2971da6
commit f6427b1f3f

View File

@@ -2205,11 +2205,6 @@ public partial class CopilotViewModel : Screen
return ok;
}
private static bool IsParadoxListItem(CopilotItemViewModel item)
{
return item.TabIndex == 2;
}
private static string GetCopilotTabName(int tabIndex)
{
return tabIndex switch {