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:
parent
62c4a2838e
commit
32c65bb203
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue