From 13c16a51a1faf9f356d2cb1c35ea1474bea4348d Mon Sep 17 00:00:00 2001
From: Samuel Jones <samjones714@gmail.com>
Date: Thu, 8 Nov 2018 14:11:06 +0000
Subject: [PATCH] Re #23739 Removing removeLockedFiles() call

---
 MantidPlot/src/ProjectRecovery.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/MantidPlot/src/ProjectRecovery.h b/MantidPlot/src/ProjectRecovery.h
index 505554ba27e..72fcd1dd8c9 100644
--- a/MantidPlot/src/ProjectRecovery.h
+++ b/MantidPlot/src/ProjectRecovery.h
@@ -86,9 +86,6 @@ public:
   void openInEditor(const Poco::Path &inputFolder,
                     const Poco::Path &historyDest);
 
-  /// Remove checkpoints if it has lock file
-  void removeLockedCheckpoints();
-
   /// Looks at the recovery checkpoints and repairs some faults
   void repairCheckpointDirectory();
 
-- 
GitLab