From 10161cbeb2238afa663e4e2c537145d43c4eb101 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 11 Jan 2022 14:05:39 +1100 Subject: Remove verticalDeviceResolution field which was no longer used from revision 4253. --- cocoa/PlatCocoa.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa/PlatCocoa.mm') diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index a8c4b86a1..22888a3ab 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -361,7 +361,6 @@ SurfaceImpl::SurfaceImpl() { gc = NULL; textLayout.reset(new QuartzTextLayout()); - verticalDeviceResolution = 0; bitmapData.reset(); // Release will try and delete bitmapData if != nullptr bitmapWidth = 0; -- cgit v1.2.3