diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-10-20 07:51:02 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-10-20 07:51:02 -0700 |
commit | 89eaa61d5237445bbc45070779847785658690ff (patch) | |
tree | 1573542814374f9e68f569185069ded5fca27b74 | |
parent | c36a8a09c3c163f795aa0762a68b491b49982513 (diff) |
Not actually deprecated (yet)
-rw-r--r-- | libcrystfel/src/cell-utils.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c index 174240b6..3ec9a9d6 100644 --- a/libcrystfel/src/cell-utils.c +++ b/libcrystfel/src/cell-utils.c @@ -71,8 +71,6 @@ * * Rotate a %UnitCell using a %quaternion. * - * Deprecated: 0.4.3. Use tfn_random_rotation() and cell_transform() instead. - * * Returns: a newly allocated rotated copy of @in. * */ @@ -1056,9 +1054,6 @@ void cell_fudge_gslcblas() * * Rotate a %UnitCell using Euler angles * - * Deprecated: Deprecated since 0.4.3. Use tfn_random_rotation() and - * cell_transform() instead. - * * Returns: a newly allocated rotated copy of @in. * */ |