mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
remove leftover code.
This commit is contained in:
parent
a9aa62f062
commit
0b4c6f50aa
@ -40,7 +40,6 @@ type WebSocketManagerCtx struct {
|
||||
desktop types.DesktopManager
|
||||
handler *handler.MessageHandlerCtx
|
||||
handlers []types.HandlerFunction
|
||||
shutdown chan bool
|
||||
}
|
||||
|
||||
func (manager *WebSocketManagerCtx) Start() {
|
||||
@ -130,7 +129,6 @@ func (manager *WebSocketManagerCtx) Start() {
|
||||
}
|
||||
|
||||
func (manager *WebSocketManagerCtx) Shutdown() error {
|
||||
manager.shutdown <- true
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user