From: Serge Ziryukin <ftrvxmtrx@gmail.com>
To: qemu-devel@nongnu.org
Cc: Serge Ziryukin <ftrvxmtrx@gmail.com>
Subject: [Qemu-devel] [PATCH 2/2] ui/sdl: clean up dead code
Date: Thu, 19 Aug 2010 18:44:13 +0300 [thread overview]
Message-ID: <1282232653-32084-2-git-send-email-ftrvxmtrx@gmail.com> (raw)
In-Reply-To: <1282232653-32084-1-git-send-email-ftrvxmtrx@gmail.com>
Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com>
---
ui/sdl.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/ui/sdl.c b/ui/sdl.c
index f599d42..a1458ce 100644
--- a/ui/sdl.c
+++ b/ui/sdl.c
@@ -87,12 +87,6 @@ static void sdl_update(DisplayState *ds, int x, int y, int w, int h)
static void sdl_setdata(DisplayState *ds)
{
- SDL_Rect rec;
- rec.x = 0;
- rec.y = 0;
- rec.w = real_screen->w;
- rec.h = real_screen->h;
-
if (guest_screen != NULL) SDL_FreeSurface(guest_screen);
guest_screen = SDL_CreateRGBSurfaceFrom(ds_get_data(ds), ds_get_width(ds), ds_get_height(ds),
--
1.7.2.1
prev parent reply other threads:[~2010-08-19 15:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-19 15:44 [Qemu-devel] [PATCH 1/2] WM8750: clean up dead code Serge Ziryukin
2010-08-19 15:44 ` Serge Ziryukin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1282232653-32084-2-git-send-email-ftrvxmtrx@gmail.com \
--to=ftrvxmtrx@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).