]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Revamped MS console logic. Submitted by David Fritz.
[wget] / src / main.c
index 884d9c89797100e73763016ade0463a758421bbc..3175e70a704ada89e14a941d73bbb294fe233594 100644 (file)
@@ -852,12 +852,6 @@ Can't timestamp and not clobber old files at the same time.\n"));
     }
   url[i] = NULL;
 
-  /* Change the title of console window on Windows.  #### I think this
-     statement should belong to retrieve_url().  --hniksic.  */
-#ifdef WINDOWS
-  ws_changetitle (*url, nurl);
-#endif
-
   /* Initialize logging.  */
   log_init (opt.lfilename, append_to_log);