In future, can I commit patches of this complexity without review? Max.
2003-07-23 Max Bowsher <[EMAIL PROTECTED]> * dialog.h (do_choose, do_desktop, do_local_dir, do_net, do_other) (do_root, do_site, do_source, do_splash): Remove declarations, since these functions no longer exist. Index: dialog.h =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/dialog.h,v retrieving revision 2.8 diff -u -p -r2.8 dialog.h --- dialog.h 7 Jul 2003 23:19:48 -0000 2.8 +++ dialog.h 23 Jul 2003 14:23:24 -0000 @@ -32,20 +32,11 @@ extern int exit_msg; /* prototypes for all the do_* functions (most called by main.cc) */ -D (do_choose); -D (do_desktop); D (do_download); D (do_fromcwd); D (do_ini); D (do_install); -D (do_local_dir); -D (do_net); -D (do_other); D (do_postinstall); -D (do_root); -D (do_site); -D (do_source); -D (do_splash); #undef D
