X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fmovewindow.c;h=7905a9356b7b493019874066edf1bf118e8363aa;hp=8fc0a716882b9e2b4a6ae2fcd7e3a70e1cff0015;hb=daf57f17ced271693696cc30860aae20c97fb8d0;hpb=01433b4eede468929bccc74b22324cb44540e990 diff --git a/test/movewindow.c b/test/movewindow.c index 8fc0a716..7905a935 100644 --- a/test/movewindow.c +++ b/test/movewindow.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: movewindow.c,v 1.33 2012/01/15 00:30:35 tom Exp $ + * $Id: movewindow.c,v 1.34 2012/02/05 01:16:47 tom Exp $ * * Demonstrate move functions for windows and derived windows from the curses * library. @@ -492,9 +492,6 @@ move_derwin(WINDOW *win) max_line, max_col, TRUE, &more)) != 0) { - int y0, x0; - - getbegyx(parent, y0, x0); if (mvderwin(win, tmp->y, tmp->x) != ERR) { refresh_all(win); doupdate();