This commit is contained in:
2025-06-04 19:07:50 -04:00
parent e515644432
commit a3e4f61831
2 changed files with 9 additions and 11 deletions

View File

@ -42,11 +42,6 @@ class drawcanvas
const double& operator()(int channel, int ix, int iy) const;
double& at(int channel, int ix, int iy);
const double& at(int channel, int ix, int iy) const;
};
void test_drawcanvas1();