Remove unused move_to overload, accept move_to comments

This commit is contained in:
thewildmage
2023-05-29 22:28:51 -06:00
parent d3cc8b7575
commit c999eeebf8
2 changed files with 7 additions and 8 deletions

View File

@@ -34,8 +34,7 @@ public:
Vertical
};
private:
std::string move_to(Ved3d pt);
std::string move_to(Vec2d pt);
std::string move_to(Vec2d pt, std::string comment = std::string());
std::string convert_number_to_string(double num);
std::string draw_digit(double startx, double starty, char c, calib_pressure_advance::DrawDigitMode mode);
std::string draw_number(double startx, double starty, double value, calib_pressure_advance::DrawDigitMode mode);