Skip to content

Commit

Permalink
Drop unused onSelect handler
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed Oct 14, 2019
1 parent 53331a3 commit 5aed2f3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions SWUpdateGUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -663,13 +663,7 @@ local filebox = FileboxWindow:new
Id = "files-objects",
Items = {}
},
onSelectLine = function(self)
ui.Lister.onSelectLine(self)
local line = self:getItem(self.SelectedLine)
if line then
end
end,
}
},
},
ui.Group:new
{
Expand Down

0 comments on commit 5aed2f3

Please sign in to comment.