Path from $TMUX does not need to be global anymore.

This commit is contained in:
nicm
2015-08-30 22:56:36 +00:00
parent c6e9160c67
commit 6a539c00df
2 changed files with 13 additions and 14 deletions

1
tmux.h
View File

@ -1412,7 +1412,6 @@ extern char *shell_cmd;
extern int debug_level;
extern time_t start_time;
extern char socket_path[PATH_MAX];
extern char *environ_path;
void logfile(const char *);
const char *getshell(void);
int checkshell(const char *);