Remove declarations that do no have definitions

There is a couple of leftover header files/declarations, which were
fronting implementations that are long gone.

Let's get rid of them.
This commit is contained in:
Arkadiusz Hiler 2018-09-30 13:58:35 +03:00
parent 00dfb76832
commit d8200012fb
4 changed files with 0 additions and 62 deletions

View file

@ -449,8 +449,6 @@ void free_sway_variable(struct sway_variable *var);
*/
char *do_var_replacement(char *str);
struct cmd_results *check_security_config();
int input_identifier_cmp(const void *item, const void *data);
struct input_config *new_input_config(const char* identifier);