summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-05-01 07:15:13 +0000
committerMoonchild <moonchild@palemoon.org>2021-05-01 07:15:13 +0000
commite2217eb7153068b6ebe358a2bf8867ec40ea8f79 (patch)
treedb79249dc345cddddc68d9e96da05c1973bfd8b8 /gfx
parent5d567578230110edb9598e0e01a6058599ac63a3 (diff)
downloaduxp-e2217eb7153068b6ebe358a2bf8867ec40ea8f79.tar.gz
Issue mcp-graveyard/UXP#1751 -- Remove XP_IOS
Diffstat (limited to 'gfx')
-rw-r--r--gfx/2d/MacIOSurface.h6
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);