diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-25 11:57:39 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-25 12:01:59 +0100 |
commit | 56a52889e65a17e324fc10cf341690385f5a9dd9 (patch) | |
tree | 00b1b49b1ea5fc63c2ab01838a55afb5d420c1ad /librelogo | |
parent | 2d8547d095897037388b27075fd7dc182a4e4912 (diff) |
Remove unneeded project and projectroot parameters
Plus avoid use of Export::sLanguages member outside
of the class.
Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
Diffstat (limited to 'librelogo')
-rw-r--r-- | librelogo/CustomTarget_librelogo.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/librelogo/CustomTarget_librelogo.mk b/librelogo/CustomTarget_librelogo.mk index 2251346e2db8..92c8504a0551 100644 --- a/librelogo/CustomTarget_librelogo.mk +++ b/librelogo/CustomTarget_librelogo.mk @@ -40,7 +40,6 @@ $(librelogo_DIR)/LibreLogo_%.properties : \ MERGEINPUT=`$(gb_MKTEMP)` && \ echo $(POFILE) > $${MERGEINPUT} && \ $(call gb_Executable_get_command,propex) \ - -p librelogo \ -i $(SOURCE) \ -o $@ \ -m $${MERGEINPUT} \ |