Skip to content
Snippets Groups Projects
Commit 76c614ca authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

disabled debugging

parent faad732e
No related branches found
No related tags found
No related merge requests found
......@@ -1327,7 +1327,7 @@ static void graph_motion(void *z, t_floatarg dx, t_floatarg dy)
static int graph_click(t_gobj *z, struct _glist *glist,
int xpix, int ypix, int shift, int alt, int dbl, int doit)
{
fprintf(stderr, "graph_click %d\n", doit);
//fprintf(stderr, "graph_click %d\n", doit);
t_glist *x = (t_glist *)z;
t_gobj *y, *clickme = NULL;
int clickreturned = 0;
......
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