X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/9a30e26b7801d63e4ccfe8d36169299c09b89dff..9fab77dc00ff2183dd642f4f088d2d54ed3d5887:/mac/mac.h diff --git a/mac/mac.h b/mac/mac.h index 2d7771e6..50ed142a 100644 --- a/mac/mac.h +++ b/mac/mac.h @@ -13,21 +13,8 @@ #include #include -#include /* for FILENAME_MAX */ - #include "charset.h" -struct Filename { - char path[FILENAME_MAX]; -}; -#define f_open(filename, mode) ( fopen((filename).path, (mode)) ) - -struct FontSpec { - char name[64]; - int isbold; - int height; -}; - #define PUTTY_CREATOR FOUR_CHAR_CODE('pTTY') #define INTERNAL_CREATOR FOUR_CHAR_CODE('pTTI') #define SESS_TYPE FOUR_CHAR_CODE('Sess')