mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:33:23 +00:00
CLeanup: remove duplicate typedef
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6b80b41c7c
commit
edf569ee6c
1 changed files with 0 additions and 2 deletions
|
@ -112,8 +112,6 @@ void nonmatch(const char *type, const char *name, char *buffer)
|
|||
type, name, buffer);
|
||||
}
|
||||
|
||||
typedef void (*matchfn_t)(char *buffer, void *);
|
||||
|
||||
int match(const char *pattern, int plen,
|
||||
const char *name,
|
||||
matchfn_t fn, char *buf, void *data)
|
||||
|
|
Loading…
Add table
Reference in a new issue