1
0
Fork 0
forked from len0rd/rockbox

Remove unused argument to the buildzip() function.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18349 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2008-08-26 22:00:37 +00:00
parent 62c4a2838e
commit 32c65bb203

View file

@ -192,7 +192,7 @@ sub filesize {
}
sub buildzip {
my ($zip, $image, $fonts)=@_;
my ($image, $fonts)=@_;
my ($bitmap, $depth, $icon_w, $icon_h, $recording, $swcodec,
$remote_depth, $remote_icon_w, $remote_icon_h) = &gettargetinfo();
@ -431,7 +431,7 @@ sub runone {
my ($target, $fonts)=@_;
# build a full install .rockbox directory
buildzip($output, $target, $fonts);
buildzip($target, $fonts);
# create a zip file from the .rockbox dfir