Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jul 22, 2024
1 parent 02ca012 commit 6190143
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/fcitx5-ui/sighdlr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ M.UpdateClientSideUI = function(_, preedit, cursor, aux_up, aux_down, candidates
local function getstr(aux)
if table.getn(aux) > 0 then
return aux[1][1]
else
return ""
end
return aux
return ""
end

aux_up = getstr(aux_up)
Expand Down

0 comments on commit 6190143

Please sign in to comment.