summaryrefslogtreecommitdiff
path: root/src/libical/qsort_gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical/qsort_gen.h')
-rw-r--r--src/libical/qsort_gen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libical/qsort_gen.h b/src/libical/qsort_gen.h
index 4e3bc0c1..32532127 100644
--- a/src/libical/qsort_gen.h
+++ b/src/libical/qsort_gen.h
@@ -22,7 +22,6 @@
/**
* @brief Sort an arbitrary list of items using the qsort algorithm.
- * @param context A pointer representing the list to be sorted. Won't be
* interpreted by this function but passed to the compar and swapr functions.
* @param nitems The number of items in the list.
* @param compar The comparator function. The function receives the pointer