From 711bc9edbd9646900fc7e00e7b3457c2070ac31f Mon Sep 17 00:00:00 2001 From: salad Date: Wed, 16 Dec 2020 13:10:11 +0100 Subject: qwe --- src/c_ctrls.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/c_ctrls.c') diff --git a/src/c_ctrls.c b/src/c_ctrls.c index 58b4517..3dca13e 100644 --- a/src/c_ctrls.c +++ b/src/c_ctrls.c @@ -17,23 +17,13 @@ #include #include "c_ctrls.h" +#include "c_keys_next.h" #include "c_utils.h" #include "m_prompt.h" #include "m_loop.h" #include "s_destroy.h" #include "u_utils.h" -t_msh *c_get_msh(int mode, t_msh *src) -{ - static t_msh *msh; - - if (mode == 1) - { - msh = src; - } - return (msh); -} - short c_ctrl_d(t_msh *msh) { int tmp; -- cgit v1.2.3