Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
9fa29b02
Commit
9fa29b02
authored
Feb 12, 2016
by
Jonathan Wilkes
Browse files
remove unused static function declarations
parent
8b89d333
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/d_array.c
View file @
9fa29b02
...
...
@@ -23,8 +23,6 @@ typedef struct _tabwrite_tilde
t_float
x_f
;
}
t_tabwrite_tilde
;
static
void
tabwrite_tilde_tick
(
t_tabwrite_tilde
*
x
);
static
void
*
tabwrite_tilde_new
(
t_symbol
*
s
)
{
t_tabwrite_tilde
*
x
=
(
t_tabwrite_tilde
*
)
pd_new
(
tabwrite_tilde_class
);
...
...
@@ -696,8 +694,6 @@ typedef struct _tabsend
t_float
x_f
;
}
t_tabsend
;
static
void
tabsend_tick
(
t_tabsend
*
x
);
static
void
*
tabsend_new
(
t_symbol
*
s
)
{
t_tabsend
*
x
=
(
t_tabsend
*
)
pd_new
(
tabsend_class
);
...
...
Write
Preview
Supports
Markdown
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