projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ebe42a
)
(OTF_DriveLog): Delete it.
author
handa
<handa>
Tue, 24 Nov 2009 04:37:48 +0000
(
04:37
+0000)
committer
handa
<handa>
Tue, 24 Nov 2009 04:37:48 +0000
(
04:37
+0000)
(set_drive_log, get_drive_log): Delete externs.
src/internal.h
patch
|
blob
|
history
diff --git
a/src/internal.h
b/src/internal.h
index
034eff8
..
7532720
100644
(file)
--- 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