diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 10:10:12 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 10:10:12 +0000 |
commit | 4a32674f8e2781092d5fc02494ebfebf17d75606 (patch) | |
tree | a6da0ddbdcd018652df256cf3f11ea3a06f0da15 /hw/pl190.c | |
parent | 731dd637c2e84d5c09467abff526a17392f86102 (diff) |
Remove bogus DisplayState member.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4572 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pl190.c')
-rw-r--r-- | hw/pl190.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pl190.c b/hw/pl190.c index fc3d089840..267c26bce1 100644 --- a/hw/pl190.c +++ b/hw/pl190.c @@ -19,7 +19,6 @@ typedef struct { uint32_t base; - DisplayState *ds; uint32_t level; uint32_t soft_level; uint32_t irq_enable; |