From 9e0516824a0f79514aca5d6dbb1aa21cd247ba05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 21 May 2022 19:43:54 +0200 Subject: New upstream version 0.30.16 --- src/Resources.vala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Resources.vala') diff --git a/src/Resources.vala b/src/Resources.vala index f9fa875..b65ec52 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -390,7 +390,6 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., return _("Delete Search “%s”").printf(name); } -#if ENABLE_FACES public static string rename_face_exists_message(string name) { return _("Unable to rename face to “%s” because the face already exists.").printf(name); } @@ -420,7 +419,6 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., public string delete_face_label(string name) { return _("Delete Face “%s”").printf(name); } -#endif private unowned string rating_label(Rating rating) { switch (rating) { -- cgit v1.2.3