summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDafydd Harries <daf@rhydd.org>2007-09-13 01:00:55 +0100
committerDafydd Harries <daf@rhydd.org>2007-09-13 02:14:18 +0100
commit9e0d5a60a81e228f4f849402270a18345ec17b58 (patch)
tree589c6b147473b038c49108e0e85674ad8b3f614c
parentb855cd14b243fade1d72a9680c72ff937767dc81 (diff)
remove unused variable
-rw-r--r--xorg/avivo_cursor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg/avivo_cursor.c b/xorg/avivo_cursor.c
index 735bdef..152238c 100644
--- a/xorg/avivo_cursor.c
+++ b/xorg/avivo_cursor.c
@@ -154,7 +154,6 @@ avivo_cursor_set_colors(ScrnInfoPtr screen_info, int bg, int fg)
void
avivo_cursor_init(ScreenPtr screen)
{
- ScrnInfoPtr screen_info = xf86Screens[screen->myNum];
xf86CursorInfoPtr cursor;
cursor = xcalloc(1, sizeof(*cursor));