This commit is contained in:
Axel Kohlmeyer
2022-10-06 10:11:32 -04:00
parent 453bd97ecd
commit fbc0e02cb2
2 changed files with 0 additions and 5 deletions

View File

@ -1736,8 +1736,6 @@ must be installed.
.. versionadded:: 30Jun2020
.. versionadded:: 30Jun2020
**Supporting info:**
* src/ML-IAP: filenames -> commands

View File

@ -15,6 +15,3 @@ double some_double_function(double arg1, int arg2)
sum += arg1;
return sum;
}