From 037c0ef23ae317debd8878f8033e57652c28e3ec Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 27 Sep 2010 19:02:34 +0000 Subject: Remove obsolete 2nd gen nano check git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28178 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/ipodpatcher/main.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'rbutil/ipodpatcher/main.c') 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(); } -- cgit