diff options
Diffstat (limited to 'internal/app/app.go')
| -rw-r--r-- | internal/app/app.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/app/app.go b/internal/app/app.go index 4c3a60c3..5c5e3452 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -1,7 +1,6 @@ package app import ( - "net" "os/exec" "sync" ) @@ -27,9 +26,6 @@ type app struct { cmd *exec.Cmd // child process related information seal *appSeal - - // wayland connection if wayland mediation is enabled - wayland *net.UnixConn // error returned waiting for process waitErr error |
