diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-03-23 13:45:29 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-03-23 13:45:29 +1100 |
commit | 2bb9de96d5b58961ec2ff2e49e1e7260c8befa48 (patch) | |
tree | d1282f0a76311c8ef66b2fd72252102a1c7c306e /shared-core/nouveau_drv.h | |
parent | e22225416a12c2beab7a5bcb866d214ee212cbc4 (diff) |
nouveau: remove unused cruft
Diffstat (limited to 'shared-core/nouveau_drv.h')
-rw-r--r-- | shared-core/nouveau_drv.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h index 92aea31c..265479f8 100644 --- a/shared-core/nouveau_drv.h +++ b/shared-core/nouveau_drv.h @@ -110,13 +110,6 @@ typedef struct drm_nouveau_private { drm_local_map_t *fb; drm_local_map_t *ramin; /* NV40 onwards */ - //TODO: Remove me, I'm bogus :) - int cur_fifo; - - struct nouveau_object *fb_obj; - int cmdbuf_ch_size; - struct mem_block* cmdbuf_alloc; - int fifo_alloc_count; struct nouveau_fifo fifos[NV_MAX_FIFO_NUMBER]; |