Skip to content

Commit

Permalink
remove obsolete TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Feb 8, 2024
1 parent 69df5eb commit 26223ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion gui/mapping-dialog.cpp
Expand Up @@ -14,7 +14,6 @@

using namespace options;

// todo speed up redraw for red dot indicator
mapping_dialog::mapping_dialog(Mappings& m) : m(m), widgets{}
{
ui.setupUi(this);
Expand Down
2 changes: 0 additions & 2 deletions spline/axis-opts.cpp
Expand Up @@ -36,8 +36,6 @@ axis_opts::axis_opts(QString pfx, Axis idx) :
altp(b_mapping_window, n(pfx, "alt-axis-sign"), false),
clamp_x_(b_mapping_window, n(pfx, "max-value"), get_max_x(idx)),
clamp_y_(b_mapping_window, n(pfx, "max-output-value"), get_max_y(idx))

// todo add "pre-invert-sign-*"
{}

QString const& axis_opts::prefix() const { return prefix_; }
Expand Down

0 comments on commit 26223ca

Please sign in to comment.