diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-06 16:18:21 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-06 16:18:21 -0400 |
commit | c6d6d3e87a472b641d883a6c000f96e5bdf48532 (patch) | |
tree | f43ad138ba9d4314019b2c58ac2ddd43c5024e32 /include | |
parent | 8a5b89e8e184f4cbf33c6dee0b06e61d8f857576 (diff) |
Loader: Unexport a handful of consumerless symbols from dixsym.
Diffstat (limited to 'include')
-rw-r--r-- | include/cursor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cursor.h b/include/cursor.h index 93e264dd2..f86d94ca5 100644 --- a/include/cursor.h +++ b/include/cursor.h @@ -65,8 +65,6 @@ typedef struct _Cursor *CursorPtr; typedef struct _CursorMetric *CursorMetricPtr; extern CursorPtr rootCursor; -extern int cursorScreenDevPriv[MAXSCREENS]; -#define CursorScreenKey(pScreen) (cursorScreenDevPriv + (pScreen)->myNum) extern int FreeCursor( pointer /*pCurs*/, |