mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
glbasememory: remove unused and #if 0'ed function definitions
This commit is contained in:
parent
a1f2da88bf
commit
f8a2721388
1 changed files with 0 additions and 4 deletions
|
@ -337,10 +337,6 @@ struct _GstGLBaseMemoryAllocatorClass
|
||||||
GstGLBaseMemoryAllocatorCopyFunction copy;
|
GstGLBaseMemoryAllocatorCopyFunction copy;
|
||||||
GstGLBaseMemoryAllocatorDestroyFunction destroy;
|
GstGLBaseMemoryAllocatorDestroyFunction destroy;
|
||||||
/* <private> */
|
/* <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];
|
gpointer _padding[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue