Remove mentions of files and functions that no longer exist.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 30 Dec 2002 23:33:13 +0000 (23:33 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 30 Dec 2002 23:33:13 +0000 (23:33 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2391 cda61777-01e9-0310-a592-d414129be87e

mac/mac.h

index 838c828..16ec50d 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -70,10 +70,6 @@ extern void mac_menuterm(WindowPtr, short, short);
 /* from macstore.c */
 OSErr get_session_dir(Boolean makeit, short *pVRefNum, long *pDirID);
 extern void *open_settings_r_fsp(FSSpec *);
-/* from maccfg.c */
-extern void mac_loadconfig(Config *);
-/* from macnet.c */
-extern void macnet_eventcheck(void);
 
 #endif