mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-09-16 09:16:26 +02:00
Remove now unused function handleGenericClick
This commit is contained in:
@@ -35,10 +35,6 @@ type IGuiCommon interface {
|
||||
// case would be overkill, although refresh will internally call 'PostRefreshUpdate'
|
||||
PostRefreshUpdate(Context) error
|
||||
|
||||
// a generic click handler that can be used for any view; it handles opening
|
||||
// URLs in the browser when the user clicks on one
|
||||
HandleGenericClick(view *gocui.View) error
|
||||
|
||||
// renders string to a view without resetting its origin
|
||||
SetViewContent(view *gocui.View, content string)
|
||||
// resets cursor and origin of view. Often used before calling SetViewContent
|
||||
|
Reference in New Issue
Block a user