stop setting VTE_VERSION, as VTE sets it now

This commit is contained in:
Daniel Micay 2015-06-22 13:06:06 -04:00
parent 86e2bc88e8
commit 2b5af377aa
1 changed files with 0 additions and 1 deletions

View File

@ -1592,7 +1592,6 @@ int main(int argc, char **argv) {
char **env = g_get_environ();
env = g_environ_setenv(env, "WINDOWID", xid_s, TRUE);
env = g_environ_setenv(env, "TERM", term, TRUE);
env = g_environ_setenv(env, "VTE_VERSION", "3405", TRUE);
GPid child_pid;
if (vte_terminal_spawn_sync(vte, VTE_PTY_DEFAULT, nullptr, command_argv, env,