remove duplicated code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-01-24 13:17:03 +00:00
parent bf355b70b9
commit 8db2730f3d

View file

@ -133,8 +133,6 @@ int main (int argc, char** argv)
irivernum = 0;
else if(!strcmp(&argv[1][5], "h140"))
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"))
irivernum = 1;
else if(!strcmp(&argv[1][5], "h300"))