From e1e7e1085cd614ac5c7111c0457c75caca67f86e Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Mon, 2 May 2016 21:15:51 -0400 Subject: [PATCH] comment out old GUI call --- pd/src/g_array.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pd/src/g_array.c b/pd/src/g_array.c index 385b8d318..929563a7f 100644 --- a/pd/src/g_array.c +++ b/pd/src/g_array.c @@ -1351,8 +1351,10 @@ static void garray_select(t_gobj *z, t_glist *glist, int state) { //fprintf(stderr,">>>>>>>>>>>>garray_select %d\n", state); t_garray *x = (t_garray *)z; - sys_vgui("pdtk_select_all_gop_widgets .x%lx %lx %d\n", - glist_getcanvas(glist), x->x_glist, state); + /* There's no replacement for the following command in the + new GUI, but it looks like it's not needed anymore. */ + //sys_vgui("pdtk_select_all_gop_widgets .x%lx %lx %d\n", + // glist_getcanvas(glist), x->x_glist, state); scalar_select((t_gobj *)x->x_scalar, glist, state); } -- GitLab