Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
---
I am very sorry for the trouble. I added that TRACE during a later review, forgetting it was in an objective-c file.
dlls/winemac.drv/cocoa_display.m | 1 -
1 file changed, 1 deletion(-)
diff --git a/dlls/winemac.drv/cocoa_display.m b/dlls/winemac.drv/cocoa_display.m
index 3863557d96..335b3bb06f 100644
--- a/dlls/winemac.drv/cocoa_display.m
+++ b/dlls/winemac.drv/cocoa_display.m
@@ -337,7 +337,6 @@ static int macdrv_get_gpus_from_metal(struct macdrv_gpu** new_gpus, int* count)
static int macdrv_get_gpus_from_metal(struct macdrv_gpu** new_gpus, int* count)
{
- TRACE("Metal support not compiled in\n");
return -1;
}
--
2.15.2 (Apple Git-101.1)