diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-09-24 22:57:06 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-09-24 22:57:06 +0200 |
commit | 1a33991574062e711fd73a747920a348c4fd8a81 (patch) | |
tree | 6ebf93ae3974fa442daed0b56f4419baae32652d /src/options.h | |
parent | moved gstreamer utility functions to seperate file (diff) |
removed useless parse hex string
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h index a6f1067..36c5aa4 100644 --- a/src/options.h +++ b/src/options.h @@ -74,8 +74,6 @@ struct options_struct { }; typedef struct options_struct options_t; -int options_parse_hex_string(const char* hex, buffer_t* buffer); - int options_parse(options_t* opt, int argc, char* argv[]); void options_parse_post(options_t* opt); void options_default(options_t* opt); |