Skip to content

Commit cdc501b

Browse files
committed
stuff
1 parent 44e9e7b commit cdc501b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ruis/widget/base/touch/flickable.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ class flickable :
5959
std::deque<touch_move_info> touch_history;
6060

6161
void push_touch_move_to_history(touch_move_info tm);
62-
6362
vec2 calculate_touch_velocity_px_per_ms();
64-
65-
/**
66-
* @return Pixels per ms.
67-
*/
6863
ruis::vec2 calculate_touch_velocity_for_at_least_3_points_using_ols_method_px_per_ms();
6964

7065
// inertial scrolling state

0 commit comments

Comments
 (0)