diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 3f1334bdef6..6aa20eb5721 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -1798,23 +1798,3 @@ void anv_DestroyFramebuffer( anv_free2(&device->alloc, pAllocator, fb); } - -void vkCmdDbgMarkerBegin( - VkCommandBuffer commandBuffer, - const char* pMarker) - __attribute__ ((visibility ("default"))); - -void vkCmdDbgMarkerEnd( - VkCommandBuffer commandBuffer) - __attribute__ ((visibility ("default"))); - -void vkCmdDbgMarkerBegin( - VkCommandBuffer commandBuffer, - const char* pMarker) -{ -} - -void vkCmdDbgMarkerEnd( - VkCommandBuffer commandBuffer) -{ -}