From: Andoni Morales Alastruey Date: Wed, 30 Oct 2013 15:20:56 +0000 (+0100) Subject: eglglessink: remove unused functions in the eagl backend X-Git-Tag: 1.19.3~507^2~13023 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5385db3c910c2894b9910668d6a86cde82ec4ae;p=platform%2Fupstream%2Fgstreamer.git eglglessink: remove unused functions in the eagl backend https://bugzilla.gnome.org/show_bug.cgi?id=711159 --- 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; -}