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 | 05b996f33a7512ec572be605e1dccf48fc6a34e7 (patch) | |
tree | db79249dc345cddddc68d9e96da05c1973bfd8b8 /gfx | |
parent | 06fee0580593d350388c07c3b4cdf00527767d0e (diff) | |
download | aura-central-05b996f33a7512ec572be605e1dccf48fc6a34e7.tar.gz |
Issue mcp-graveyard/UXP%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 0d4f79a15..e9c76e5dd 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); |