From: Andre Noll Date: Tue, 25 Sep 2007 08:40:23 +0000 (+0200) Subject: score.c: Remove an unused function declaration. X-Git-Tag: v0.3.0~359 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=4a14f0f3692f766bf3c6a2df01a6f1e225202ac7 score.c: Remove an unused function declaration. --- diff --git a/score.c b/score.c index a044faa3..d0799b55 100644 --- a/score.c +++ b/score.c @@ -12,8 +12,6 @@ #include "list.h" #include "string.h" -int mood_compute_score(const void *row, long *score); - static void *score_table; static int ptr_compare(const struct osl_object *obj1, const struct osl_object *obj2)