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:
parent
e9559d9a10
commit
4e594465cc
1 changed files with 0 additions and 9 deletions
9
group.go
9
group.go
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue