summaryrefslogtreecommitdiff
path: root/src/Resources.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-04-08 07:34:01 +0200
committerJörg Frings-Fürst <debian@jff.email>2022-04-08 07:34:01 +0200
commit7f1715fe162576bee2b1e56659a212a3fc9615ea (patch)
treed3c1ee5c4c4312d0b89ff3970ea3dfcc206c94de /src/Resources.vala
parentf017d0e96d22cf8b70ec67cdaf818e62d8902b67 (diff)
parent88c49a94de01741646db2315e55ecea1c57bddb7 (diff)
Merge branch 'release/debian/0.30.15-1'debian/0.30.15-1
Diffstat (limited to 'src/Resources.vala')
-rw-r--r--src/Resources.vala12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Resources.vala b/src/Resources.vala
index 801305c..f9fa875 100644
--- a/src/Resources.vala
+++ b/src/Resources.vala
@@ -4,25 +4,13 @@
* See the COPYING file in this distribution.
*/
-// defined by ./configure or Makefile and included by gcc -D
-extern const string _PREFIX;
-extern const string _VERSION;
-extern const string GETTEXT_PACKAGE;
-extern const string _LIB;
-extern const string _LIBEXECDIR;
-extern const string? _GIT_VERSION;
-
namespace Resources {
public const string APP_TITLE = "Shotwell";
public const string APP_LIBRARY_ROLE = _("Photo Manager");
public const string APP_DIRECT_ROLE = _("Photo Viewer");
public const string APP_VERSION = _VERSION;
-#if _GITVERSION
public const string? GIT_VERSION = _GIT_VERSION;
-#else
- public const string? GIT_VERSION = null;
-#endif
public const string COPYRIGHT = _("Copyright 2016 Software Freedom Conservancy Inc.");
public const string APP_GETTEXT_PACKAGE = GETTEXT_PACKAGE;