1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Remove dead code.

This commit is contained in:
Juliusz Chroboczek 2020-08-04 20:52:35 +02:00
parent e9559d9a10
commit 4e594465cc

View file

@ -54,10 +54,6 @@ type addLabelAction struct {
label string
}
type getUpAction struct {
ch chan<- string
}
type pushConnsAction struct {
c client
}
@ -185,11 +181,6 @@ func delGroupUnlocked(name string) bool {
return true
}
type userid struct {
id string
username string
}
func addClient(name string, c client, pass string) (*group, error) {
g, err := addGroup(name, nil)
if err != nil {