summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-04-27 20:09:07 +0100
committerThomas Adam <thomas@xteddy.org>2019-04-27 20:09:07 +0100
commit5489796737108cb9bba01f831421e531a50b946b (patch)
tree4f3c2727315adabaf5d932a1d81d4fad3e491752 /tmux.c
parent85f09f9a4cf52b5af6b84464ea643c7c3686b0ad (diff)
parentdfb7bb683057d08303955c49073f4b475bd0e2d6 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.c b/tmux.c
index f4265e0a..685827d4 100644
--- a/tmux.c
+++ b/tmux.c
@@ -36,7 +36,6 @@ struct options *global_options; /* server options */
struct options *global_s_options; /* session options */
struct options *global_w_options; /* window options */
struct environ *global_environ;
-struct hooks *global_hooks;
struct timeval start_time;
const char *socket_path;
@@ -312,8 +311,6 @@ main(int argc, char **argv)
flags |= CLIENT_UTF8;
}
- global_hooks = hooks_create(NULL);
-
global_environ = environ_create();
for (var = environ; *var != NULL; var++)
environ_put(global_environ, *var);