forked from len0rd/rockbox
remove duplicated code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bf355b70b9
commit
8db2730f3d
1 changed files with 0 additions and 2 deletions
|
|
@ -133,8 +133,6 @@ int main (int argc, char** argv)
|
||||||
irivernum = 0;
|
irivernum = 0;
|
||||||
else if(!strcmp(&argv[1][5], "h140"))
|
else if(!strcmp(&argv[1][5], "h140"))
|
||||||
irivernum = 0; /* the same as the h120 */
|
irivernum = 0; /* the same as the h120 */
|
||||||
else if(!strcmp(&argv[1][5], "h140"))
|
|
||||||
irivernum = 0; /* the same as the h120 */
|
|
||||||
else if(!strcmp(&argv[1][5], "h100"))
|
else if(!strcmp(&argv[1][5], "h100"))
|
||||||
irivernum = 1;
|
irivernum = 1;
|
||||||
else if(!strcmp(&argv[1][5], "h300"))
|
else if(!strcmp(&argv[1][5], "h300"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue