Remove Xembed Support

Xembed support is premature in sway and should be postponed. This commit
only removes swaybar starting xembedsniproxy, if users would like, they
can still start xembedsniproxy manually, however there will be no
official support.
This commit is contained in:
Calvin Lee 2017-06-13 12:42:11 -07:00
parent 0a71aa6e97
commit 33fdae2001
3 changed files with 0 additions and 24 deletions

View file

@ -15,9 +15,6 @@ struct bar {
int ipc_socketfd;
int status_read_fd;
pid_t status_command_pid;
#ifdef ENABLE_TRAY
pid_t xembed_pid;
#endif
};
struct output {