diff options
Diffstat (limited to 'system/dbus/proxy.go')
| -rw-r--r-- | system/dbus/proxy.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/dbus/proxy.go b/system/dbus/proxy.go index 8fed8f27..2f625f68 100644 --- a/system/dbus/proxy.go +++ b/system/dbus/proxy.go @@ -4,7 +4,6 @@ import ( "context" "fmt" "io" - "os/exec" "sync" "syscall" @@ -37,10 +36,6 @@ type Proxy struct { useSandbox bool name string - CmdF func(any) - - CommandContext func(ctx context.Context) (cmd *exec.Cmd) - FilterF func([]byte) []byte mu, pmu sync.RWMutex } |
