diff options
Diffstat (limited to 'cocoa/PlatCocoa.mm')
-rw-r--r-- | cocoa/PlatCocoa.mm | 1 |
1 files changed, 0 insertions, 1 deletions
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; |