aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-08-30 22:56:36 +0000
committernicm <nicm>2015-08-30 22:56:36 +0000
commit6a539c00dfe52f588376d997a75e6c7540db5e14 (patch)
tree979e110eb71ef6e56040334e848b706772d3fb1c /tmux.h
parentc6e9160c676db48e12e3c38229870d1c020cf1d2 (diff)
downloadrtmux-6a539c00dfe52f588376d997a75e6c7540db5e14.tar.gz
rtmux-6a539c00dfe52f588376d997a75e6c7540db5e14.tar.bz2
rtmux-6a539c00dfe52f588376d997a75e6c7540db5e14.zip
Path from $TMUX does not need to be global anymore.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 528c3e71..1bde93cd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);