Remove useless overlay

I copy/pasted it when testing the timer, then forgot to remove it.
This commit is contained in:
Tom Willemse 2013-08-12 22:45:12 +02:00
parent 904092846e
commit 20017fac83

View file

@ -268,7 +268,6 @@ sub on_start {
shift @argv; shift @argv;
} while @argv && $argv[0] ne "-e"; } while @argv && $argv[0] ne "-e";
$self->{overlay} = $self->overlay (-1, 0, 8, 1, urxvt::OVERLAY_RSTYLE, 0);
$self->{timer} = urxvt::timer $self->{timer} = urxvt::timer
->new ->new
->start (1 + int urxvt::NOW) # make sure we update "on" the second ->start (1 + int urxvt::NOW) # make sure we update "on" the second