Skip to content

Commit

Permalink
Remove old diff toggle logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed Jan 4, 2018
1 parent a6f86b9 commit 92c5515
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ func parseInput(g *gocui.Gui, v *gocui.View) error {
Select(&conflict.All[cur], g, true)
case 'q':
globalQuit(g)
// case 'z':
// conflict.All[cur].ToggleDiff()
// Select(&conflict.All[cur], g, false)
default:
PrintPrompt(g, color.Red(color.Regular, "[wasd] >>"))
consecutiveError++
Expand Down

0 comments on commit 92c5515

Please sign in to comment.