remove solved todo

This commit is contained in:
ucrhh 2021-02-15 15:59:08 +01:00
parent 38c3a61882
commit 9894c13df6

View File

@ -10,5 +10,4 @@ public interface MathjaxAdapter {
int getStepCount(); int getStepCount();
void showStep(int n); void showStep(int n);
// TODO: document removal of scaling method
} }