diff --git a/BizHawk.Client.Common/RecentFiles.cs b/BizHawk.Client.Common/RecentFiles.cs index 2e9a831f77..8c602ebda2 100644 --- a/BizHawk.Client.Common/RecentFiles.cs +++ b/BizHawk.Client.Common/RecentFiles.cs @@ -111,11 +111,6 @@ namespace BizHawk.Client.Common return false; } - public List GetRecentListTruncated(int length) - { - return recentlist.Select(t => t.Substring(0, length)).ToList(); - } - public void ToggleAutoLoad() { AutoLoad ^= true;