Skip to content

Commit

Permalink
fix: v4.4.1, delete duplicated function
Browse files Browse the repository at this point in the history
  • Loading branch information
KumoSiunaus committed May 12, 2022
1 parent 55c816a commit 2242da5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/result.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -855,10 +855,6 @@ class Widget_Droptype : public WidgetWithCandidate<DroptypeFlags, int>
_candidates = _text.candidates();
}
}
void _get_items_count()
{
_items_count = static_cast<int>(round(width / (height * W_H_PROP)));
}
};

class Widget_DropArea : public Widget
Expand Down

0 comments on commit 2242da5

Please sign in to comment.