diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-23 21:18:40 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-23 21:18:40 -0400 |
commit | 679236defd28bea8874004377436347950ff7bec (patch) | |
tree | 8cf1e9e3aca92a7bbe2029366c306ca717a60714 /src/radeon_crtc.c | |
parent | e38cad5633c974467f6417051eda8d487ac3686e (diff) |
RADEON: add output properties (not functional yet)
Diffstat (limited to 'src/radeon_crtc.c')
-rw-r--r-- | src/radeon_crtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_crtc.c b/src/radeon_crtc.c index c24be8f..638bdd0 100644 --- a/src/radeon_crtc.c +++ b/src/radeon_crtc.c @@ -279,7 +279,6 @@ static const xf86CrtcFuncsRec radeon_crtc_funcs = { .set_cursor_position = radeon_crtc_set_cursor_position, .show_cursor = radeon_crtc_show_cursor, .hide_cursor = radeon_crtc_hide_cursor, -/* .load_cursor_image = i830_crtc_load_cursor_image, */ .load_cursor_argb = radeon_crtc_load_cursor_argb, .destroy = NULL, /* XXX */ }; |