diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2010-09-27 19:02:34 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2010-09-27 19:02:34 +0000 |
commit | 037c0ef23ae317debd8878f8033e57652c28e3ec (patch) | |
tree | 09b65b1f7d6ff52b489b558571406b8ebe946f5d | |
parent | 8ea74d458ca5e1d6dc41e7b14d58a9ec457597f6 (diff) |
Remove obsolete 2nd gen nano check
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28178 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | rbutil/ipodpatcher/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rbutil/ipodpatcher/main.c b/rbutil/ipodpatcher/main.c index 79dee0f701..2d4ad3a796 100644 --- a/rbutil/ipodpatcher/main.c +++ b/rbutil/ipodpatcher/main.c @@ -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(); } |