From 20017fac83ee891ad1a3ce32984355835cf2ecba Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 12 Aug 2013 22:45:12 +0200 Subject: Remove useless overlay I copy/pasted it when testing the timer, then forgot to remove it. --- modeline | 1 - 1 file changed, 1 deletion(-) diff --git a/modeline b/modeline index 04761d8..c296dfb 100755 --- a/modeline +++ b/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 -- cgit v1.2.3-54-g00ecf