X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=netinstall%2Fsource.cc;h=7e0aaf1f0043ef7f230bd0352a34747c2aa490a4;hb=e47e95aae354b619b35d5770cc67ca8ec0fe56ad;hp=c18f79c4c1175f6ca16b179794ce0c8cf95d41ac;hpb=426fe636212336bb32a5e6f187c4d623709fa57d;p=chise%2Fxemacs-chise.git.1 diff --git a/netinstall/source.cc b/netinstall/source.cc index c18f79c..7e0aaf1 100644 --- a/netinstall/source.cc +++ b/netinstall/source.cc @@ -29,22 +29,14 @@ static int rb[] = { IDC_SOURCE_NETINST, IDC_SOURCE_DOWNLOAD, IDC_SOURCE_CWD, 0 }; static void -check_if_enable_next (HWND h) -{ - EnableWindow (GetDlgItem (h, IDOK), source ? 1 : 0); -} - -static void load_dialog (HWND h) { - int i; rbset (h, rb, source); } static void save_dialog (HWND h) { - int i; source = rbget (h, rb); }