Skip to content
Snippets Groups Projects
Commit 890c10c5 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

remove old sys_vgui call that's now replaced by gui_vmess

parent f79f7421
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,6 @@ static void openit(const char *dirname, const char *filename) ...@@ -171,7 +171,6 @@ static void openit(const char *dirname, const char *filename)
{ {
close (fd); close (fd);
glob_evalfile(0, gensym(nameptr), gensym(dirbuf)); glob_evalfile(0, gensym(nameptr), gensym(dirbuf));
//sys_vgui("pdtk_set_current_dir {%s}\n", filename);
gui_vmess("gui_set_current_dir", "xs", gui_vmess("gui_set_current_dir", "xs",
0, filename); 0, filename);
} }
......
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