Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
7d875168
Commit
7d875168
authored
Aug 14, 2014
by
Thomas Jahns
🤸
Browse files
Remove unused function.
parent
253c244e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/table.c
View file @
7d875168
...
...
@@ -972,23 +972,6 @@ void tableInqPar(int tableID, int code, char *name, char *longname, char *units)
}
}
int
parInqID
(
int
tableID
,
int
code
)
{
int
item
,
npars
;
npars
=
parTable
[
tableID
].
npars
;
for
(
item
=
0
;
item
<
npars
;
item
++
)
{
if
(
parTable
[
tableID
].
pars
[
item
].
id
==
code
)
break
;
}
if
(
item
==
npars
)
item
=
-
1
;
return
(
item
);
}
int
tableInqNumber
(
void
)
{
if
(
!
ParTableInit
)
parTableInit
();
...
...
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