X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/086efcde067f75f97768e54c251befc9e4ad10ce..83d435491be43d9ff46608b7a79a02d1296fbd08:/mac/macstore.c?ds=inline diff --git a/mac/macstore.c b/mac/macstore.c index 1c317ebc..858846ad 100644 --- a/mac/macstore.c +++ b/mac/macstore.c @@ -1,4 +1,4 @@ -/* $Id: macstore.c,v 1.2 2002/12/12 23:55:51 ben Exp $ */ +/* $Id: macstore.c,v 1.4 2002/12/28 22:25:31 ben Exp $ */ /* * macstore.c: Macintosh-specific impementation of the interface @@ -87,7 +87,6 @@ struct write_settings { void *open_settings_w(char *sessionname) { short sessVRefNum, tmpVRefNum; long sessDirID, tmpDirID; - FSSpec sessfile; OSErr error; Str255 psessionname; struct write_settings *ws; @@ -132,7 +131,6 @@ void write_setting_s(void *handle, char *key, char *value) { int fd = *(int *)handle; Handle h; int id; - OSErr error; UseResFile(fd); if (ResError() != noErr) @@ -247,7 +245,6 @@ char *read_setting_s(void *handle, char *key, char *buffer, int buflen) { int read_setting_i(void *handle, char *key, int defvalue) { int fd; Handle h; - OSErr error; int value; if (handle == NULL) goto out;