Mercurial > hg > xemacs-beta
diff src/frame-msw.c @ 221:6c0ae1f9357f r20-4b9
Import from CVS: tag r20-4b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:02 +0200 |
parents | 262b8bb4a523 |
children | 2c611d1463a6 |
line wrap: on
line diff
--- a/src/frame-msw.c Mon Aug 13 10:09:36 2007 +0200 +++ b/src/frame-msw.c Mon Aug 13 10:10:02 2007 +0200 @@ -69,13 +69,6 @@ static void mswindows_init_frame_2 (struct frame *f, Lisp_Object props) { - int x, y; - Lisp_Object frame, window; - - XSETFRAME (frame, f); - default_face_height_and_width (frame, &x, &y); - FRAME_PIXWIDTH(f) = x * FRAME_WIDTH(f); - FRAME_PIXHEIGHT(f) = y * FRAME_HEIGHT(f); } /* Called after frame's properties are set */