Skip to content

Commit

Permalink
Removed unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Jul 9, 2018
1 parent d49e7a6 commit 3faed04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/dirtylarry.gui_script
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function on_input(self, action_id, action)
end)
end)

local input = dirtylarry.input("input", gui.KEYBOARD_TYPE_DEFAULT, action_id, action, { empty_text = "EMPTY, MAX 8 CHARS", max_length = 8 })
dirtylarry.input("input", gui.KEYBOARD_TYPE_DEFAULT, action_id, action, { empty_text = "EMPTY, MAX 8 CHARS", max_length = 8 })

dirtylarry.dynamic_list("dynamiclist", self.list_data, action_id, action, function(list)
print("selected item", list.selected)
Expand Down

0 comments on commit 3faed04

Please sign in to comment.