summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-02-12 14:14:14 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-02-12 14:14:14 +0100
commit57c5de5228485637e6dac2ed28e7c727e14d602f (patch)
tree86a429678a3f0c040ebebfde7055d41044bc44f9 /cmake
parentc6ccce7086e5bcd2af1078864bdce73c71a468eb (diff)
cmake/i18n: cull unused variable
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-i18n.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake
index 16530e1e..3d384595 100644
--- a/cmake/opentrack-i18n.cmake
+++ b/cmake/opentrack-i18n.cmake
@@ -55,7 +55,6 @@ function(otr_merge_translations)
otr_escape_string(esc-qm-output "${qm-output}")
otr_escape_string(esc-i18n-pfx "${opentrack-i18n-pfx}")
otr_escape_string(esc-perms "${opentrack-perms-file}")
- otr_escape_string(esc-name "${i}")
# this is because with i18n update disabled,
# the file may not exist when running `make i18n-lang-foo_FOO'