Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
f59178b4
Commit
f59178b4
authored
Mar 03, 2012
by
Ivica Ico Bukvic
Browse files
removed superfluous debug output
parent
62d59a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/g_text.c
View file @
f59178b4
...
...
@@ -962,7 +962,7 @@ static void gatom_vis(t_gobj *z, t_glist *glist, int vis)
void
canvas_atom
(
t_glist
*
gl
,
t_atomtype
type
,
t_symbol
*
s
,
int
argc
,
t_atom
*
argv
)
{
fprintf
(
stderr
,
"canvas_atom
\n
"
);
//
fprintf(stderr,"canvas_atom\n");
t_gatom
*
x
=
(
t_gatom
*
)
pd_new
(
gatom_class
);
t_atom
at
;
x
->
a_text
.
te_width
=
0
;
/* don't know it yet. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment