Browse Source
Fixes this odd warning:
```
vlc/modules/text_renderer/sapi.cpp:64:12: warning: unused function 'RenderTextMTA' [-Wunused-function]
64 | static int RenderTextMTA(filter_t *, subpicture_region_t *);
| ^~~~~~~~~~~~~
```
pull/176/head
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue