[TASK] remove unused code

This commit is contained in:
Martin Geno 2018-01-05 22:48:32 +01:00 committed by Julian Kornberger
parent cf2d2c3209
commit ba95194dec
1 changed files with 1 additions and 6 deletions

View File

@ -21,12 +21,7 @@ type Config struct {
Bind string `toml:"bind"`
Webroot string `toml:"webroot"`
}
Nodes NodesConfig
Meshviewer struct {
Version int `toml:"version"`
NodesPath string `toml:"nodes_path"`
GraphPath string `toml:"graph_path"`
}
Nodes NodesConfig
Database DatabaseConfig
}