From 30ac70cb8f4ece158062a9949546b7f9a6175270 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Tue, 19 Jan 2016 21:55:48 -0500
Subject: [PATCH] forgot to remove a stray sys_gui

---
 pd/src/g_editor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index 7b8a1aa29..74fd1bcb8 100644
--- a/pd/src/g_editor.c
+++ b/pd/src/g_editor.c
@@ -5528,7 +5528,6 @@ static void canvas_find_parent(t_canvas *x, t_floatarg f)
     }
     else
     {
-        //sys_gui("menu_raise_console\n");
         gui_vmess("gui_raise_pd_window", "");
     }
 }
-- 
GitLab