diff --git a/libycp/src/YCPBuiltinList.cc b/libycp/src/YCPBuiltinList.cc index 07a538f9c..e22cb14f1 100644 --- a/libycp/src/YCPBuiltinList.cc +++ b/libycp/src/YCPBuiltinList.cc @@ -1225,8 +1225,6 @@ l_reverselist (const YCPList &v){ * @id list.reverse * @short Creates new list with reversed order of elements. * @param list v list - * @param integer i1 index of first element - * @param integer i2 index of second element * @return New list. Changed if offset is correct, otherwise return unchanged list * * @description