From c55320e9e2a8916e911bcd39ab37b79e3a7d03b2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Jan 2021 20:43:27 +0100 Subject: New upstream version 3.0.5 --- IncSet.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'IncSet.h') diff --git a/IncSet.h b/IncSet.h index b07840f..2858002 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