author | Sam Lantinga <slouken@libsdl.org> |
Mon, 28 Mar 2011 20:56:28 -0700 | |
changeset 5523 | 6dc03727fadc |
parent 5522 | 38bd9696f659 |
child 5524 | b7f53a566ef1 |
--- a/src/video/uikit/SDL_uikitwindow.m Mon Mar 28 20:33:41 2011 -0700 +++ b/src/video/uikit/SDL_uikitwindow.m Mon Mar 28 20:56:28 2011 -0700 @@ -79,8 +79,6 @@ SDL_assert(0 && "Unexpected interface orientation!"); return; } - self->window->w = w; - self->window->h = h; frame.size.width = w; frame.size.height = h; SDL_SendWindowEvent(self->window, SDL_WINDOWEVENT_RESIZED, w, h);