Skip to content

Commit 4573160

Browse files
author
Michael Kiesenhofer
committed
Unused definition removed
1 parent 436d4f9 commit 4573160

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/json/neo2.json.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
$if_mod_4_not_locked = { "type" => "variable_unless", "name" => "neo2_mod_4", "value" => 2 }
1616
$is_apple_device = { "type" => "device_if", "identifiers" => [{"vendor_id" => 1452, "description" => "Apple devices"}]}
1717
$is_not_apple_device = { "type" => "device_unless", "identifiers" => [{"vendor_id" => 1452, "description" => "Apple devices"}]}
18-
$always_true = { "type" => "variable_unless", "name" => "dummy", "value" => 123 }
1918
def neo2_modifiers(mod_3_key, mod_4_key, condition)
2019
JSON.generate(
2120
each_key(

0 commit comments

Comments
 (0)