mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
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:
parent
00dfb76832
commit
d8200012fb
4 changed files with 0 additions and 62 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue