Remove useless overlay
I copy/pasted it when testing the timer, then forgot to remove it.
This commit is contained in:
parent
904092846e
commit
20017fac83
1 changed files with 0 additions and 1 deletions
1
modeline
1
modeline
|
@ -268,7 +268,6 @@ sub on_start {
|
|||
shift @argv;
|
||||
} while @argv && $argv[0] ne "-e";
|
||||
|
||||
$self->{overlay} = $self->overlay (-1, 0, 8, 1, urxvt::OVERLAY_RSTYLE, 0);
|
||||
$self->{timer} = urxvt::timer
|
||||
->new
|
||||
->start (1 + int urxvt::NOW) # make sure we update "on" the second
|
||||
|
|
Loading…
Reference in a new issue