Remove useless things

reverse-branch
Martin Duquesnoy 17 years ago
parent ddcbbd1873
commit cb7490ea17
  1. 5
      ttyclock.c

@ -273,12 +273,7 @@ set_second(void)
if((ttyclock->option.second = !ttyclock->option.second))
clock_move(ttyclock->geo.x, ttyclock->geo.y, (ttyclock->geo.w = SECFRAMEW), ttyclock->geo.h);
else
{
/* Clean old second number on the terminal */
wbkgdset(ttyclock->framewin, COLOR_PAIR(0));
wclear(ttyclock->framewin);
clock_move(ttyclock->geo.x, ttyclock->geo.y, (ttyclock->geo.w = NORMFRAMEW), ttyclock->geo.h);
}
set_center(ttyclock->option.center);

Loading…
Cancel
Save