console: zap g_width + g_height
commit36671fbd06f31efc592c37acda3f8a75599e48e0
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Mar 2013 09:14:52 +0000 (13 10:14 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Apr 2013 07:03:48 +0000 (16 09:03 +0200)
tree680a08e8a227141ef27308b33c74150e781f7f2a
parent2c62f08ddbf3fa80dc7202eb9a2ea60ae44e2cc5
console: zap g_width + g_height

We have a surface per QemuConsole now, so there is no need to keep
track of the QemuConsole size any more as we can query the surface
size directly at any time.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/console.c