From ab766096598188759d29829043bf28e63379b730 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Mar 2025 23:24:59 +0100 Subject: Replace Content::paths_valid() with a free utility function. --- src/lib/content.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/content.h') diff --git a/src/lib/content.h b/src/lib/content.h index cf24bde00..aca5abea5 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -144,8 +144,6 @@ public: return _last_write_times[i]; } - bool paths_valid() const; - /** @return Digest of the content's file(s). Note: this is * not a complete MD5-or-whatever hash, but a sort of poor * man's version (see comments in examine()). -- cgit v1.2.3