From f7d300b28ee08d228e0c941a44acb938d4489602 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 10 Jan 2017 20:03:09 +1100 Subject: [PATCH] glbasememory: remove unused and #if 0'ed function definitions --- gst-libs/gst/gl/gstglbasememory.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst-libs/gst/gl/gstglbasememory.h b/gst-libs/gst/gl/gstglbasememory.h index fea124aa23..dc34b1668a 100644 --- a/gst-libs/gst/gl/gstglbasememory.h +++ b/gst-libs/gst/gl/gstglbasememory.h @@ -337,10 +337,6 @@ struct _GstGLBaseMemoryAllocatorClass GstGLBaseMemoryAllocatorCopyFunction copy; GstGLBaseMemoryAllocatorDestroyFunction destroy; /* */ -#if 0 - GstGLBaseMemoryAllocatorFlushFunction flush; /* make CPU writes visible to the GPU */ - GstGLBaseMemoryAllocatorInvalidateFunction invalidate; /* make GPU writes visible to the CPU */ -#endif gpointer _padding[GST_PADDING]; };