eglglessink: remove unused functions in the eagl backend

https://bugzilla.gnome.org/show_bug.cgi?id=711159
This commit is contained in:
Andoni Morales Alastruey 2013-10-30 16:20:56 +01:00
parent 6b49683447
commit e5385db3c9

View file

@ -84,12 +84,6 @@ gst_egl_adaptation_init_display (GstEglAdaptationContext * ctx)
return TRUE;
}
void
gst_egl_adaptation_terminate_display (GstEglAdaptationContext * ctx)
{
/* NOP */
}
void
gst_egl_adaptation_bind_API (GstEglAdaptationContext * ctx)
{
@ -353,15 +347,3 @@ gst_egl_adaptation_set_window (GstEglAdaptationContext * ctx, guintptr window)
{
ctx->eaglctx->window = (UIView *) window;
}
void
gst_egl_adaptation_update_used_window (GstEglAdaptationContext * ctx)
{
ctx->eaglctx->used_window = ctx->eaglctx->window;
}
guintptr
gst_egl_adaptation_get_window (GstEglAdaptationContext * ctx)
{
return (guintptr) ctx->eaglctx->window;
}