From e5385db3c910c2894b9910668d6a86cde82ec4ae Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Wed, 30 Oct 2013 16:20:56 +0100 Subject: [PATCH] eglglessink: remove unused functions in the eagl backend https://bugzilla.gnome.org/show_bug.cgi?id=711159 --- ext/eglgles/gstegladaptation_eagl.m | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/ext/eglgles/gstegladaptation_eagl.m b/ext/eglgles/gstegladaptation_eagl.m index 142bc95..a88a9cb 100644 --- a/ext/eglgles/gstegladaptation_eagl.m +++ b/ext/eglgles/gstegladaptation_eagl.m @@ -85,12 +85,6 @@ gst_egl_adaptation_init_display (GstEglAdaptationContext * ctx) } void -gst_egl_adaptation_terminate_display (GstEglAdaptationContext * ctx) -{ - /* NOP */ -} - -void gst_egl_adaptation_bind_API (GstEglAdaptationContext * ctx) { /* NOP */ @@ -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; -} -- 2.7.4