fix:#57 removed unused struct

This commit is contained in:
Elmar Kresse
2024-10-07 22:48:15 +02:00
parent 35eab8d2f6
commit 38f65fe0b1

View File

@ -71,11 +71,6 @@ func hasClassAttribute(node *html.Node, classValue string) bool {
return false return false
} }
type dayTable struct {
day string
table []*html.Node
}
// Get Tables with days // Get Tables with days
func getEventTables(node *html.Node, dayLabels []string) map[string][]*html.Node { func getEventTables(node *html.Node, dayLabels []string) map[string][]*html.Node {
// Create a map to store the tables with the corresponding day from the dayLabels // Create a map to store the tables with the corresponding day from the dayLabels