summaryrefslogtreecommitdiff
path: root/hw/xquartz/quartzCocoa.m
diff options
context:
space:
mode:
authorJan Hauffa <hauffa@in.tum.de>2010-06-16 09:25:41 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2010-07-13 08:27:36 -0700
commitb2b9c458a46e9a41c3c76ffe83a2b580a41d0e90 (patch)
treeedb45f427dd2d3bbfd017875dce446d5c4080bb1 /hw/xquartz/quartzCocoa.m
parent648d189548530fa23d97d1e8737f89d297f1c443 (diff)
XQuartz: Remove some dead code.
Signed-off-by: Jan Hauffa <hauffa@in.tum.de> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/quartzCocoa.m')
-rw-r--r--hw/xquartz/quartzCocoa.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/xquartz/quartzCocoa.m b/hw/xquartz/quartzCocoa.m
index 450147207..54c900dfa 100644
--- a/hw/xquartz/quartzCocoa.m
+++ b/hw/xquartz/quartzCocoa.m
@@ -44,17 +44,6 @@
#include "darwin.h"
/*
- * QuartzFSUseQDCursor
- * Return whether the screen should use a QuickDraw cursor.
- */
-int QuartzFSUseQDCursor(
- int depth) // screen depth
-{
- return TRUE;
-}
-
-
-/*
* QuartzBlockHandler
* Clean out any autoreleased objects.
*/