Fix merge so server compiles
This commit is contained in:
committed by
=Michael Hohn
parent
2c5ecd3a1e
commit
b756668e70
@@ -32,20 +32,6 @@ type CommanderSingle struct {
|
||||
func NewCommanderSingle(st *Visibles) *CommanderSingle {
|
||||
c := CommanderSingle{}
|
||||
|
||||
c.st = st
|
||||
setupEndpoints(&c)
|
||||
|
||||
return &c
|
||||
}
|
||||
|
||||
type CommanderContainer struct {
|
||||
st *Visibles
|
||||
}
|
||||
|
||||
func NewCommanderContainer(st *Visibles) *CommanderContainer {
|
||||
c := CommanderContainer{}
|
||||
|
||||
c.st = st
|
||||
setupEndpoints(&c)
|
||||
|
||||
return &c
|
||||
|
||||
Reference in New Issue
Block a user