Commit 4a32674f8e2781092d5fc02494ebfebf17d75606

Authored by pbrook
1 parent 731dd637

Remove bogus DisplayState member.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4572 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
hw/pl190.c
@@ -19,7 +19,6 @@ @@ -19,7 +19,6 @@
19 19
20 typedef struct { 20 typedef struct {
21 uint32_t base; 21 uint32_t base;
22 - DisplayState *ds;  
23 uint32_t level; 22 uint32_t level;
24 uint32_t soft_level; 23 uint32_t soft_level;
25 uint32_t irq_enable; 24 uint32_t irq_enable;