mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
swaymsg, swaynag: drop sway_terminate() definitions
These are unused.
This commit is contained in:
parent
a0a283ba59
commit
302eb4097a
2 changed files with 0 additions and 9 deletions
|
|
@ -16,10 +16,6 @@
|
|||
#include "ipc-client.h"
|
||||
#include "log.h"
|
||||
|
||||
void sway_terminate(int exit_code) {
|
||||
exit(exit_code);
|
||||
}
|
||||
|
||||
static bool success_object(json_object *result) {
|
||||
json_object *success;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue