Browse Source

gui: macosx: remove WindowClose forward declaration

The function was removed in ce002c9f2c.
pull/141/head
Alexandre Janniaux 4 years ago
committed by Felix Paul Kühne
parent
commit
836be4e341
  1. 2
      modules/gui/minimal_macosx/intf.m

2
modules/gui/minimal_macosx/intf.m

@ -177,8 +177,6 @@ static void WindowSetFullscreen(vlc_window_t *p_wnd, const char *psz_id)
}
}
static void WindowClose(vlc_window_t *);
static const struct vlc_window_operations ops = {
WindowEnable,
WindowDisable,

Loading…
Cancel
Save