server: remove dead code

This commit is contained in:
mappu 2017-02-05 18:24:22 +13:00
parent ceb7420e18
commit edffaac74b
1 changed files with 0 additions and 5 deletions

View File

@ -12,11 +12,6 @@ import (
"github.com/googollee/go-socket.io"
)
type ActiveConnection struct {
s *socketio.Socket
h *libnmdc.HubConnection
}
type App struct {
cfg *Config
}