mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 08:18:09 +02:00
cosmetic: Remove prototype for nonexistent function
This commit is contained in:
parent
b94403b0ec
commit
8f7d30a466
1 changed files with 0 additions and 3 deletions
|
|
@ -52,9 +52,6 @@ struct weston_motion_filter {
|
|||
struct weston_motion_filter_interface *interface;
|
||||
};
|
||||
|
||||
WL_EXPORT struct weston_motion_filter *
|
||||
create_linear_acceleration_filter(double speed);
|
||||
|
||||
typedef double (*accel_profile_func_t)(struct weston_motion_filter *filter,
|
||||
void *data,
|
||||
double velocity,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue