From: handa Date: Tue, 24 Nov 2009 04:37:48 +0000 (+0000) Subject: (OTF_DriveLog): Delete it. X-Git-Tag: REL-0-9-11~21 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=36253256d4d13b985db72df9ec0f9ad70e44c664;p=m17n%2Flibotf.git (OTF_DriveLog): Delete it. (set_drive_log, get_drive_log): Delete externs. --- diff --git a/src/internal.h b/src/internal.h index 034eff8..7532720 100644 --- a/src/internal.h +++ b/src/internal.h @@ -33,18 +33,6 @@ extern "C" { extern int otf__error (int err, const char *fmt, const void *arg); -typedef struct -{ - int size; - int allocated; - OTF_Tag *tags; -} OTF_DriveLog; - -extern void set_drive_log (OTF *otf, OTF_DriveLog *log); - -extern OTF_DriveLog *get_drive_log (OTF *otf); - - #ifdef __cplusplus } #endif