summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/osx/saldata.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/osx/saldata.cxx b/vcl/osx/saldata.cxx
index 9c3f04dbbc7b..bf0659f0f0d8 100644
--- a/vcl/osx/saldata.cxx
+++ b/vcl/osx/saldata.cxx
@@ -135,7 +135,6 @@ NSImage* load_icon_by_name(const OUString& rIconName)
auto length = xMemStm->TellEnd();
NSData * byteData = [NSData dataWithBytes:data length:length];
NSBitmapImageRep * imageRep = [NSBitmapImageRep imageRepWithData:byteData];
-// NSSize imageSize = NSMakeSize(imageRep.size;
NSImage * image = [[NSImage alloc] initWithSize:imageRep.size];
[image addRepresentation:imageRep];