Unused function

This commit is contained in:
Janus C. H. Knudsen 2025-11-06 23:56:20 +01:00
parent 34cf4fbfca
commit 1fa7aa26e5

View file

@ -71,13 +71,6 @@ export class GridManager {
}); });
} }
/**
* Switch to a different view
*/
public switchView(view: CalendarView): void {
this.currentView = view;
this.render();
}
/** /**
* Main render method - delegates to GridRenderer * Main render method - delegates to GridRenderer