Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Jul 4, 2024
1 parent 059c562 commit a3790d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions lib/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,6 @@ func URLToDir(url string) string {
return url
}

// Max returns the maximum of two integers
func Max(a, b int) int {
if a > b {
return a
}
return b
}

func ReadSymbol(read bool) string {
if read {
return ""
Expand Down
3 changes: 0 additions & 3 deletions lib/style.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ var (
Padding(0, 1).
Margin(0)

// ReaderStyle is the style for the reader
ReaderStyle = lipgloss.NewStyle()

// HelpStyle is the style for the help keybinds menu
HelpStyle = lipgloss.NewStyle().Foreground(lipgloss.Color(UserConfig.Colors.Subtext))
)
Expand Down

0 comments on commit a3790d8

Please sign in to comment.