remove old vte_terminal_fork_command_full code

vte_terminal_fork_command_full has no way to set TERM
This commit is contained in:
Daniel Micay 2012-05-23 08:28:03 -04:00
parent 84c2f68792
commit 0f65a7e7a8
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ int main(int argc, char **argv) {
return 1;
}
/*vte_terminal_fork_command_full(VTE_TERMINAL(vte), VTE_PTY_DEFAULT, NULL, command_argv, NULL, 0, NULL, NULL, NULL, NULL);*/
gtk_container_add(GTK_CONTAINER(window), vte);
g_signal_connect(vte, "child-exited", G_CALLBACK(gtk_main_quit), NULL);