Skip to content

Commit

Permalink
Remove unused variable definitions from x_pager.c.
Browse files Browse the repository at this point in the history
  Variables definitions overlooked in previous change.
  • Loading branch information
somiaj authored and ThomasAdam committed Nov 11, 2022
1 parent 1f4d7e5 commit 9a2e418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/FvwmPager/x_pager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,6 @@ void ReConfigure(void)
rectangle vp = {0, 0, 0, 0};
int i = 0, j = 0, k = 0;
struct fpmonitor *mon = fpmonitor_this();
int VxPages = mon->virtual_scr.VxPages, VyPages = mon->virtual_scr.VyPages;

if (!XGetGeometry(dpy, Scr.Pager_w, &root, &vp.x, &vp.y, (unsigned *)&pwindow.width,
(unsigned *)&pwindow.height, &border_width,&depth))
Expand Down

0 comments on commit 9a2e418

Please sign in to comment.