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

Removed not needed disable-shift-down x resource.

This commit is contained in:
2022-02-21 08:55:04 +01:00
parent 8a5596db54
commit b2ac894a98

View File

@@ -531,10 +531,6 @@ sub init {
$self->{tab_numbers} =
($self->x_resource ('tab-numbers') or 'true') !~ /^(?:false|0|no)/i;
$self->{disable_shift_down} =
($self->x_resource ('disable-shift-down')
or 'false') =~ /^(?:true|1|yes)/i;
();
}