Skip to content

Commit

Permalink
ctl-client: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
any1 committed Aug 8, 2024
1 parent 4eca686 commit 7b86258
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ctl-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,11 +706,6 @@ void ctl_client_print_command_list(FILE* stream)
fprintf(stream, "\nRun 'wayvncctl command-name --help' for command-specific details.\n");
}

static size_t param_render_length(const struct cmd_param_info* param)
{
return strlen(param->name) + strlen(param->schema) + 1;
}

static void print_event_info(const struct cmd_info* info)
{
printf("%s\n", info->name);
Expand Down

0 comments on commit 7b86258

Please sign in to comment.