diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-04 20:27:27 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-04 20:31:14 +0900 |
| commit | 9462af08f38fefe40d985383d8825258a6d1f0a8 (patch) | |
| tree | 3543a33e3872e854e46187287f5fa5f9d935a102 /internal/app/process.go | |
| parent | a5f0aa3f3077cb7bf3cbf7ac9e707ba165aceb4a (diff) | |
system/dbus: dump buffer internally
This should have been an implementation detail and should not be up to the caller to call it.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/process.go')
| -rw-r--r-- | internal/app/process.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/app/process.go b/internal/app/process.go index 1687c868..29181ea5 100644 --- a/internal/app/process.go +++ b/internal/app/process.go @@ -134,9 +134,6 @@ func (ms mainState) beforeExit(isFault bool) { perror(err, "close wayland security context") } } - if ms.k.dbusMsg != nil { - ms.k.dbusMsg() - } } if ms.uintptr&mainNeedsRevert != 0 { |
