diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-28 10:13:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-28 10:21:39 +0100 |
commit | 6bd8918e5d14ae82ec1fd402f3b4ae2c01900d0f (patch) | |
tree | 8fa6f7bb0ce365eebaf74039cdb825330315b896 /solenv | |
parent | 0a10bdd0b838a3bc792de5421414fecbe8575550 (diff) |
gb_SrsTarget_add_nonlocalizable_file is now unused
Change-Id: Ia525e2a3bdb9a7342fbb0982f637d926c5de9a38
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/AllLangResTarget.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/solenv/gbuild/AllLangResTarget.mk b/solenv/gbuild/AllLangResTarget.mk index 2e3c114c1be0..4a0f66e50b74 100644 --- a/solenv/gbuild/AllLangResTarget.mk +++ b/solenv/gbuild/AllLangResTarget.mk @@ -217,24 +217,6 @@ $(foreach file,$(2),$(call gb_SrsTarget_add_file,$(1),$(file))) endef -# Add a srs file that does not have any localizable content. -# These files will be copied instead of parsing them with transex3. -# -# gb_SrsTarget_add_nonlocalizable_file srs file -define gb_SrsTarget_add_nonlocalizable_file -$(call gb_SrsTarget__add_file,$(1),$(2),$(false)) - -endef - -# Add srs files that do not have any localizable content. -# -# gb_SrsTarget_add_nonlocalizable_files srs file(s) -define gb_SrsTarget_add_nonlocalizable_files -$(foreach file,$(2),$(call gb_SrsTarget_add_nonlocalizable_file,$(1),$(file))) - -endef - - # ResTarget gb_ResTarget_DEFIMAGESLOCATION := $(SRCDIR)/icon-themes/galaxy/ |