From 3059e3d53e251311b8977d5cc24df4fc36a776f5 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 4 Mar 2024 14:31:06 +0100
Subject: [PATCH] rm duplicate member

---
 GUI/Support/Data/Dirs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/GUI/Support/Data/Dirs.h b/GUI/Support/Data/Dirs.h
index cfeeed91983..860f0072c0c 100644
--- a/GUI/Support/Data/Dirs.h
+++ b/GUI/Support/Data/Dirs.h
@@ -40,8 +40,6 @@ private:
     //!< Name of directory from there user prefer to import files
     QString m_import_directory;
 
-    QStringList m_recent_projects;
-
     static Dirs* s_instance;
 };
 
-- 
GitLab