cleanup: remove disfunct add_cloned_weightsystem_at()
Clearly, a development artifact. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
398cc2b639
commit
e39b42df53
@ -207,13 +207,6 @@ void add_cloned_weightsystem(struct weightsystem_table *t, weightsystem_t ws)
|
|||||||
add_to_weightsystem_table(t, t->nr, clone_weightsystem(ws));
|
add_to_weightsystem_table(t, t->nr, clone_weightsystem(ws));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add a clone of a weightsystem to the end of a weightsystem table.
|
|
||||||
* Cloned means that the description-string is copied. */
|
|
||||||
void add_cloned_weightsystem_at(struct weightsystem_table *t, weightsystem_t ws)
|
|
||||||
{
|
|
||||||
add_to_weightsystem_table(t, t->nr, clone_weightsystem(ws));
|
|
||||||
}
|
|
||||||
|
|
||||||
cylinder_t clone_cylinder(cylinder_t cyl)
|
cylinder_t clone_cylinder(cylinder_t cyl)
|
||||||
{
|
{
|
||||||
cylinder_t res = cyl;
|
cylinder_t res = cyl;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user