Browse Source

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

Serj Kalichev 3 years ago
parent
commit
ffeaa498df
1 changed files with 0 additions and 1 deletions
  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,