Move SaneDialogBox()/SaneEndDialog() from winmisc.c to windlg.c, since they
[sgt/putty] / windows / winstuff.h
index 5b44d6a..a6b22a8 100644 (file)
@@ -341,14 +341,6 @@ void show_help(HWND hwnd);
 /*
  * Exports from winmisc.c.
  */
-
-int SaneDialogBox(HINSTANCE hinst,
-                 LPCTSTR tmpl,
-                 HWND hwndparent,
-                 DLGPROC lpDialogFunc);
-
-void SaneEndDialog(HWND hwnd, int ret);
-
 extern OSVERSIONINFO osVersion;
 BOOL init_winver(void);