From 574e08272c561860271c3d54ff01ad96cf55a2df Mon Sep 17 00:00:00 2001 From: Jonas Holzman Date: Sat, 9 Nov 2024 01:33:16 +0100 Subject: [PATCH] Cleanup: make format --- intern/ghost/intern/GHOST_SystemCocoa.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm index 964f05d0478..fab0a53ccde 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.mm +++ b/intern/ghost/intern/GHOST_SystemCocoa.mm @@ -2161,7 +2161,6 @@ GHOST_TSuccess GHOST_SystemCocoa::putClipboardImage(uint *rgba, int width, int h memcpy(dstBuffer + dstOff, srcBuffer + srcOff, rowByteCount); } - NSImage *image = [[[NSImage alloc] initWithSize:NSMakeSize(width, height)] autorelease]; [image addRepresentation:imageRep];