mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-12 03:39:55 +00:00
[client/ui] Remove unused xembed_host_other.go stub
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
//go:build !linux || (linux && 386)
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/godbus/dbus/v5"
|
||||
)
|
||||
|
||||
type xembedHost struct{}
|
||||
|
||||
func newXembedHost(_ *dbus.Conn, _ string, _ dbus.ObjectPath) (*xembedHost, error) {
|
||||
return nil, errors.New("XEmbed tray not supported on this platform")
|
||||
}
|
||||
|
||||
func (h *xembedHost) run() {}
|
||||
func (h *xembedHost) stop() {}
|
||||
Reference in New Issue
Block a user