Skip to content
Snippets Groups Projects
Commit ddbabded authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: remove unused functions

parent 5a19c073
No related branches found
No related tags found
No related merge requests found
......@@ -72,24 +72,6 @@ export class SplashScreen implements AfterViewInit {
)),
)
}
public selectTemplateParcellation(template, parcellation) {
this.store.dispatch(
viewerStateNewViewer({
selectParcellation: parcellation,
selectTemplate: template
})
)
}
public selectTemplate(template: any) {
this.store.dispatch(
viewerStateNewViewer({
selectTemplate: template,
selectParcellation: template.parcellations[0]
})
)
}
}
@Pipe({
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment