Skip to content

Commit

Permalink
refactor: remove get_border
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleong committed Dec 20, 2021
1 parent a6fbba1 commit e3eb937
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/cosmic-ui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ M.range_code_actions = function(opts)
M.code_actions(opts)
end

M.get_border = function()
return _G.CosmicUI_user_opts.border
end

return M

0 comments on commit e3eb937

Please sign in to comment.