aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scaling.h b/src/scaling.h
index 25aca31e..b6958b6c 100644
--- a/src/scaling.h
+++ b/src/scaling.h
@@ -43,9 +43,6 @@ enum ScaleFlags
SCALE_NO_B, /* Don't use Debye-Waller part */
};
-extern double log_residual(Crystal *cr, const RefList *full, int free,
- int *pn_used, const char *filename);
-
extern int scale_one(const RefList *list1, const RefList *list2, int flags,
double *G, double *B);