From c8c375b4f376f56398106746cbec9201b49c071d Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Wed, 9 Jul 2025 01:46:45 +0300
Subject: [PATCH 82/83] Drop snapshot.project

See RM #1591

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 bootstrap/Makefile.am      | 1 -
 bootstrap/snapshot.project | 7 -------
 2 files changed, 8 deletions(-)
 delete mode 100644 bootstrap/snapshot.project

diff --git a/bootstrap/Makefile.am b/bootstrap/Makefile.am
index 83f3cf7bf9..67c6e2352f 100644
--- a/bootstrap/Makefile.am
+++ b/bootstrap/Makefile.am
@@ -8,7 +8,6 @@ desktopfiledir  = @DESKTOPDIR@
 ## it's in the list below.
 ## It should also install it automatically when running autogen.sh.
 EXTRA_DIST =	freeciv.project		\
-		snapshot.project	\
 		freeciv.fcproj		\
 		fcgui.in		\
 		fcser.in		\
diff --git a/bootstrap/snapshot.project b/bootstrap/snapshot.project
deleted file mode 100644
index 330a17de26..0000000000
--- a/bootstrap/snapshot.project
+++ /dev/null
@@ -1,7 +0,0 @@
-# See freeciv.project for the documentation of the fields.
-
-# Load freeciv defaults
-. ${srcdir}/bootstrap/freeciv.project
-
-# Snapshot build specific storage dir
-FREECIV_STORAGE_DIR="~/.freeciv.snapshot"
-- 
2.47.2

