swaymsg, swaynag: drop sway_terminate() definitions

These are unused.
This commit is contained in:
Simon Ser 2025-04-17 19:11:10 +02:00 committed by myrslint
parent a0a283ba59
commit 302eb4097a
2 changed files with 0 additions and 9 deletions

View file

@ -13,11 +13,6 @@ void sig_handler(int signal) {
exit(EXIT_FAILURE);
}
void sway_terminate(int code) {
swaynag_destroy(&swaynag);
exit(code);
}
int main(int argc, char **argv) {
int status = EXIT_SUCCESS;