summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-01-10 20:03:09 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-10 20:03:09 +1100
commitf8a2721388b8354b4d176fdb6a9f62ed8fb38197 (patch)
treea652f4a80f498b09055d4f0d325c5c19e672772e
parenta1f2da88bffbb85baa566612d314c50e89c92055 (diff)
downloadgstreamer-plugins-bad-f8a2721388b8354b4d176fdb6a9f62ed8fb38197.tar.gz
glbasememory: remove unused and #if 0'ed function definitions
-rw-r--r--gst-libs/gst/gl/gstglbasememory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst-libs/gst/gl/gstglbasememory.h b/gst-libs/gst/gl/gstglbasememory.h
index fea124aa2..dc34b1668 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;
/* <private> */
-#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];
};