Remove parse_output_file

pull/58/head
jackun 4 years ago
parent 3d4a4cf336
commit 2e3f8077cb
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -49,12 +49,6 @@ parse_position(const char *str)
return LAYER_POSITION_TOP_LEFT;
}
static FILE *
parse_output_file(const char *str)
{
return fopen(str, "w+");
}
static int
parse_control(const char *str)
{

Loading…
Cancel
Save