From 94f681fc90229362e7e9bcc3c3699bb191f61ccc Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 1 Dec 2016 20:28:19 +0000 Subject: Tame the number of 'exec' and 'path' search_match wrappers. No functional change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits. --- calmwm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 3c5069b..957bfea 100644 --- a/calmwm.h +++ b/calmwm.h @@ -442,9 +442,7 @@ void search_match_client(struct menu_q *, struct menu_q *, char *); void search_match_exec(struct menu_q *, struct menu_q *, char *); -void search_match_exec_path(struct menu_q *, - struct menu_q *, char *); -void search_match_path_any(struct menu_q *, struct menu_q *, +void search_match_path(struct menu_q *, struct menu_q *, char *); void search_match_text(struct menu_q *, struct menu_q *, char *); -- cgit 1.4.1