From 7b72a43265f3f35352b2b8ff476601f35969a424 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 2 Aug 2014 23:09:01 +0000 Subject: [PATCH] remove an unused method from RecentFiles.cs (one that had little to no value anyway) --- BizHawk.Client.Common/RecentFiles.cs | 5 ----- 1 file changed, 5 deletions(-) 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;