while this piece deals with client argv's in a seemingly inefficient way

(noticed by Tim Peniket), since we don't ever do anything with cliarg,
remove the hunk and cliarg completely.

ok oga@
This commit is contained in:
okan
2011-03-22 10:52:37 +00:00
parent a12fb346a2
commit 3ff303658c
2 changed files with 0 additions and 27 deletions

View File

@@ -189,7 +189,6 @@ struct client_ctx {
char *app_class;
char *app_name;
char *app_cliarg;
};
extern const char *shortcut_to_name[];