mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Remove code related to the security features
- Remove struct definitions - Remove struct members - Remove initializations and frees
This commit is contained in:
parent
06fc42359b
commit
1d3681f521
7 changed files with 0 additions and 129 deletions
|
|
@ -47,7 +47,6 @@ struct ipc_client {
|
|||
struct wl_event_source *writable_event_source;
|
||||
struct sway_server *server;
|
||||
int fd;
|
||||
uint32_t security_policy;
|
||||
enum ipc_command_type subscribed_events;
|
||||
size_t write_buffer_len;
|
||||
size_t write_buffer_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue