瀏覽代碼

Remove clish_shell_find_view() from private.h due to it's public now

Serj Kalichev 3 年之前
父節點
當前提交
ffeaa498df
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      clish/shell/private.h

+ 0 - 1
clish/shell/private.h

@@ -116,7 +116,6 @@ const clish_command_t *clish_shell_find_next_completion(const clish_shell_t *
  */
 int clish_shell_pop_file(clish_shell_t * instance);
 
-clish_view_t *clish_shell_find_view(clish_shell_t * instance, const char *name);
 clish_pargv_status_e clish_shell_parse(clish_shell_t * instance,
 	const char *line, const clish_command_t ** cmd, clish_pargv_t ** pargv);
 clish_pargv_status_e clish_shell_parse_pargv(clish_pargv_t *pargv,