Skip to content
Snippets Groups Projects
Commit 9907bdb5 authored by Marvin Scholz's avatar Marvin Scholz Committed by Jean-Baptiste Kempf
Browse files

screen/mac: remove duplicate static keyword

parent 27ffece6
No related branches found
No related tags found
Loading
Pipeline #209064 passed with stage
in 29 minutes and 35 seconds
......@@ -148,7 +148,7 @@ int screen_InitCapture(demux_t *p_demux)
return VLC_SUCCESS;
}
static static void screen_CloseCapture(screen_data_t *p_data)
static void screen_CloseCapture(screen_data_t *p_data)
{
if (p_data->offscreen_context)
CFRelease(p_data->offscreen_context);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment