summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/ipodpatcher/main.c9
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[])
398 if (ipod.ramsize > 0) { printf("(%dMB RAM) ",ipod.ramsize); } 398 if (ipod.ramsize > 0) { printf("(%dMB RAM) ",ipod.ramsize); }
399 printf("(\"%s\")\n",ipod.macpod ? "macpod" : "winpod"); 399 printf("(\"%s\")\n",ipod.macpod ? "macpod" : "winpod");
400 400
401 if (ipod.ipod_directory[ipod.ososimage].vers == 0x10000) {
402 fprintf(stderr,"[ERR] *** ipodpatcher does not support the 2nd Generation Nano! ***\n");
403#ifdef WITH_BOOTOBJS
404 printf("Press ENTER to exit ipodpatcher :");
405 fgets(yesno,4,stdin);
406#endif
407 return 0;
408 }
409
410 if (ipod.macpod) { 401 if (ipod.macpod) {
411 print_macpod_warning(); 402 print_macpod_warning();
412 } 403 }