summaryrefslogtreecommitdiffstats
path: root/IncSet.c
diff options
context:
space:
mode:
authorJake Mannens <jakem_5@hotmail.com>2020-12-24 03:24:15 +1100
committerJake Mannens <jakem_5@hotmail.com>2020-12-24 03:24:15 +1100
commitf46ddd3230db4a12b319a35a393bf447c613007a (patch)
tree085f1dbc6cbd8f1b8f42e49c8cd90e24bb4b4115 /IncSet.c
parent0672be7db1ed50fceff0619e1411b510aa11f0f7 (diff)
Remove 'n' and 'N' search inc/dec keybinds
Diffstat (limited to 'IncSet.c')
-rw-r--r--IncSet.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/IncSet.c b/IncSet.c
index af8e3aef..3c1d519b 100644
--- a/IncSet.c
+++ b/IncSet.c
@@ -133,14 +133,6 @@ static bool IncMode_find(IncMode* mode, Panel* panel, IncMode_GetPanelValue getP
}
}
-bool IncSet_next(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue) {
- return IncMode_find(&this->modes[type], panel, getPanelValue, 1);
-}
-
-bool IncSet_prev(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue) {
- return IncMode_find(&this->modes[type], panel, getPanelValue, -1);
-}
-
bool IncSet_handleKey(IncSet* this, int ch, Panel* panel, IncMode_GetPanelValue getPanelValue, Vector* lines) {
if (ch == ERR)
return true;

© 2014-2024 Faster IT GmbH | imprint | privacy policy