mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45: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
|
label string
|
||||||
}
|
}
|
||||||
|
|
||||||
type getUpAction struct {
|
|
||||||
ch chan<- string
|
|
||||||
}
|
|
||||||
|
|
||||||
type pushConnsAction struct {
|
type pushConnsAction struct {
|
||||||
c client
|
c client
|
||||||
}
|
}
|
||||||
|
@ -185,11 +181,6 @@ func delGroupUnlocked(name string) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
type userid struct {
|
|
||||||
id string
|
|
||||||
username string
|
|
||||||
}
|
|
||||||
|
|
||||||
func addClient(name string, c client, pass string) (*group, error) {
|
func addClient(name string, c client, pass string) (*group, error) {
|
||||||
g, err := addGroup(name, nil)
|
g, err := addGroup(name, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue