glbasememory: remove unused and #if 0'ed function definitions
This commit is contained in:
parent
31b38a5f54
commit
f7d300b28e
@ -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…
x
Reference in New Issue
Block a user