Browse Source

Remove unneeded viewid=

git-svn-id: https://klish.googlecode.com/svn/trunk@449 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
7b80f73576
1 changed files with 0 additions and 2 deletions
  1. 0 2
      clish/callback_config.c

+ 0 - 2
clish/callback_config.c

@@ -54,7 +54,6 @@ bool_t clish_config_callback(clish_context_t *context)
 	char *command = NULL;
 	konf_client_t *client;
 	konf_buf_t *buf = NULL;
-	const char *viewid = NULL;
 	char *str = NULL;
 	char tmp[PATH_MAX + 100];
 	clish_config_op_t op;
@@ -67,7 +66,6 @@ bool_t clish_config_callback(clish_context_t *context)
 	if (!client)
 		return BOOL_TRUE;
 
-	viewid = clish_shell__get_viewid(this);
 	config = clish_command__get_config(cmd);
 	op = clish_config__get_op(config);