X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fh-type.h;h=9f291de8d199537154f31147ae0e2e406bb66681;hb=82f4d03234d31562205cd3d4c0e36b939cc5f1e7;hp=baa50e40257168648a16e1222d4ae320057471f0;hpb=f2ba55a018bddd490e94318b518115cd85bc8f09;p=hengbandforosx%2Fhengbandosx.git diff --git a/src/h-type.h b/src/h-type.h index baa50e402..9f291de8d 100644 --- a/src/h-type.h +++ b/src/h-type.h @@ -148,21 +148,6 @@ typedef cptr *cptr_ptr; -/*** Pointers to Functions with simple return types and any args ***/ - -typedef void (*func_void)(); -typedef errr (*func_errr)(); -typedef char (*func_char)(); -typedef byte (*func_byte)(); -typedef bool (*func_bool)(); -typedef sint (*func_sint)(); -typedef uint (*func_uint)(); -typedef real (*func_real)(); -typedef vptr (*func_vptr)(); -typedef cptr (*func_cptr)(); - - - /*** Pointers to Functions of special types (for various purposes) ***/ /* A generic function takes a user data and a special data */