diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-01 07:15:13 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-01 07:15:13 +0000 |
commit | 56da7e27477d0d4669980d2ce17f3b877ea0c36c (patch) | |
tree | db79249dc345cddddc68d9e96da05c1973bfd8b8 /gfx | |
parent | 0dd3424f774954627d6f53df9fb47379d9b5c871 (diff) | |
download | uxp-56da7e27477d0d4669980d2ce17f3b877ea0c36c.tar.gz |
Issue #1751 -- Remove XP_IOS
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/2d/MacIOSurface.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gfx/2d/MacIOSurface.h b/gfx/2d/MacIOSurface.h index 0d4f79a155..e9c76e5dd8 100644 --- a/gfx/2d/MacIOSurface.h +++ b/gfx/2d/MacIOSurface.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -// vim:set ts=2 sts=2 sw=2 et cin: /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @@ -18,11 +17,6 @@ typedef struct CGContext* CGContextRef; typedef struct CGImage* CGImageRef; typedef uint32_t IOSurfaceID; -#ifdef XP_IOS -typedef kern_return_t IOReturn; -typedef int CGLError; -#endif - typedef CFTypeRef IOSurfacePtr; typedef IOSurfacePtr (*IOSurfaceCreateFunc) (CFDictionaryRef properties); typedef IOSurfacePtr (*IOSurfaceLookupFunc) (uint32_t io_surface_id); |