From 492795680a581533bfe4280b586b557da0908693 Mon Sep 17 00:00:00 2001
From: Josh Gardner <me@jgardner.tech>
Date: Fri, 21 May 2021 21:29:24 -0600
Subject: [PATCH] remove abort() in navknob handler

---
 libs/surfaces/faderport8/actions.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libs/surfaces/faderport8/actions.cc b/libs/surfaces/faderport8/actions.cc
index 2b05c74cd3..7925937771 100644
--- a/libs/surfaces/faderport8/actions.cc
+++ b/libs/surfaces/faderport8/actions.cc
@@ -649,7 +649,6 @@ FaderPort8::encoder_navigate (bool neg, int steps)
 			}
 			break;
 		case NavPan:
-			abort(); /*NOTREACHED*/
 			break;
 	}
 }
-- 
2.31.1

