From f46ddd3230db4a12b319a35a393bf447c613007a Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Thu, 24 Dec 2020 03:24:15 +1100 Subject: Remove 'n' and 'N' search inc/dec keybinds --- IncSet.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'IncSet.h') diff --git a/IncSet.h b/IncSet.h index b07840f7..28580023 100644 --- a/IncSet.h +++ b/IncSet.h @@ -48,10 +48,6 @@ IncSet* IncSet_new(FunctionBar* bar); void IncSet_delete(IncSet* this); -bool IncSet_next(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue); - -bool IncSet_prev(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue); - bool IncSet_handleKey(IncSet* this, int ch, Panel* panel, IncMode_GetPanelValue getPanelValue, Vector* lines); const char* IncSet_getListItemValue(Panel* panel, int i); -- cgit v1.2.3