diff options
Diffstat (limited to 'core/parse.h')
-rw-r--r-- | core/parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/parse.h b/core/parse.h index 403988e10..b2c2cbb96 100644 --- a/core/parse.h +++ b/core/parse.h @@ -57,7 +57,6 @@ extern struct dive_table *target_table; extern int metric; int trimspace(char *buffer); -void clear_table(struct dive_table *table); void start_match(const char *type, const char *name, char *buffer); void nonmatch(const char *type, const char *name, char *buffer); void event_start(void); |