commit e3257e646ce72a3f26cc5ca67f07389e497c816b
parent 9e15e2fd4f2ab9c49e123daada662cd5e6098b81
Author: Carl Smedstad <carl.smedstad@protonmail.com>
Date: Mon, 7 Nov 2022 00:45:00 +0100
Remove duplicate declarations
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/sway/commands.h b/include/sway/commands.h
@@ -159,8 +159,6 @@ sway_cmd cmd_new_float;
sway_cmd cmd_new_window;
sway_cmd cmd_nop;
sway_cmd cmd_opacity;
-sway_cmd cmd_new_float;
-sway_cmd cmd_new_window;
sway_cmd cmd_no_focus;
sway_cmd cmd_output;
sway_cmd cmd_permit;
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
@@ -56,7 +56,6 @@ struct ipc_client {
enum ipc_command_type pending_type;
};
-struct sockaddr_un *ipc_user_sockaddr(void);
int ipc_handle_connection(int fd, uint32_t mask, void *data);
int ipc_client_handle_readable(int client_fd, uint32_t mask, void *data);
int ipc_client_handle_writable(int client_fd, uint32_t mask, void *data);