1
0
mirror of https://github.com/gryf/tabbedalt.git synced 2025-12-17 19:40:31 +01:00

Removed unused offset

This commit is contained in:
2018-12-12 21:23:49 +01:00
parent 82fcfd6c82
commit 832c740da1

1
tabbed
View File

@@ -185,7 +185,6 @@ sub refresh {
sub new_tab { sub new_tab {
my ($self, @argv) = @_; my ($self, @argv) = @_;
my $offset = $self->fheight;
my $tab_name = shift @argv; my $tab_name = shift @argv;
# save a backlink to us, make sure tabbed is inactive # save a backlink to us, make sure tabbed is inactive