mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Remove obsolete 2nd gen nano check
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28178 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8ea74d458c
commit
037c0ef23a
1 changed files with 0 additions and 9 deletions
|
@ -398,15 +398,6 @@ int main(int argc, char* argv[])
|
|||
if (ipod.ramsize > 0) { printf("(%dMB RAM) ",ipod.ramsize); }
|
||||
printf("(\"%s\")\n",ipod.macpod ? "macpod" : "winpod");
|
||||
|
||||
if (ipod.ipod_directory[ipod.ososimage].vers == 0x10000) {
|
||||
fprintf(stderr,"[ERR] *** ipodpatcher does not support the 2nd Generation Nano! ***\n");
|
||||
#ifdef WITH_BOOTOBJS
|
||||
printf("Press ENTER to exit ipodpatcher :");
|
||||
fgets(yesno,4,stdin);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (ipod.macpod) {
|
||||
print_macpod_warning();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue