[TWIG] Remove unused Twig function 'get_note_other_content'

This commit is contained in:
2021-05-05 13:35:02 +00:00
parent f0c6aa761b
commit 6591d78a9c
3 changed files with 5 additions and 21 deletions

View File

@@ -54,7 +54,6 @@ class Extension extends AbstractExtension
new TwigFunction('active', [Runtime::class, 'isCurrentRouteActive']),
new TwigFunction('is_route', [Runtime::class, 'isCurrentRoute']),
new TwigFunction('get_note_actions', [Runtime::class, 'getNoteActions']),
new TwigFunction('get_note_other_content', [Runtime::class, 'getNoteOtherContent']),
new TwigFunction('show_stylesheets', [Runtime::class, 'getShowStylesheets']),
new TwigFunction('handle_event', [Runtime::class, 'handleEvent']),
new TwigFunction('config', [Runtime::class, 'getConfig']),