Skip to content
Snippets Groups Projects
Commit 752bcd1e authored by Albert Gräf's avatar Albert Gräf
Browse files

Get rid of some annoying sys_vgui cruft in startup.

parent f1f16150
No related branches found
No related tags found
1 merge request!518Get rid of some annoying sys_vgui cruft in startup.
......@@ -430,7 +430,8 @@ int sys_main(int argc, char **argv)
sys_reopen_midi();
sys_reopen_audio();
if (sys_console) sys_vgui("pdtk_toggle_console 1\n");
// ag: no longer needed (cruft from the pd-l2ork1 days)
//if (sys_console) sys_vgui("pdtk_toggle_console 1\n");
if (sys_k12_mode)
{
t_namelist *path = pd_extrapath;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment