From e7b6ac1574ba4dad280e6a45beb52dac4e3ea2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 8 Sep 2014 17:27:25 +0200 Subject: Hook up search as a movement --- main.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 18bb5b4..7078f44 100644 --- a/main.c +++ b/main.c @@ -104,8 +104,6 @@ typedef struct { static Key getkey(void); static void cursor(const Arg *arg); static void call(const Arg *arg); -static void find_forward(const Arg *arg); -static void find_backward(const Arg *arg); #include "config.h" @@ -119,14 +117,6 @@ static void call(const Arg *arg) { arg->f(vis); } -static void find_forward(const Arg *arg) { - vis_search(vis, arg->s, 1); -} - -static void find_backward(const Arg *arg) { - vis_search(vis, arg->s, -1); -} - typedef struct Screen Screen; static struct Screen { int w, h; -- cgit v1.2.3