]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - score.c
score.c: Remove pointless comments.
[paraslash.git] / score.c
diff --git a/score.c b/score.c
index 823cf28d4d2604fa0ad71036611051d990a13f24..7eb922595b5d823bc6e937db7394649a930be8e1 100644 (file)
--- a/score.c
+++ b/score.c
@@ -302,20 +302,12 @@ int row_belongs_to_score_table(const struct osl_row *aft_row, unsigned *rank)
        return 1;
 }
 
-/* Close the score table. */
 static void score_close(void)
 {
        osl_close_table(score_table, OSL_FREE_VOLATILE);
        score_table = NULL;
 }
 
-/**
- * Open the score table.
- *
- * \param dir Unused.
- *
- * \return The return value of the underlying call to osl_open_table().
- */
 static int score_open(__a_unused const char *dir)
 {
        score_table_desc.dir = NULL; /* this table has only volatile columns */