evdev: evdev_fix_abs_resolution can be static

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-06-30 12:03:28 +10:00
parent 438ba0fec3
commit 44a1f07a57
2 changed files with 1 additions and 8 deletions

View file

@ -1548,7 +1548,7 @@ evdev_read_model(struct evdev_device *device)
}
/* Return 1 if the given resolutions have been set, or 0 otherwise */
inline int
static inline int
evdev_fix_abs_resolution(struct evdev_device *device,
unsigned int xcode,
unsigned int ycode,

View file

@ -278,13 +278,6 @@ struct evdev_device *
evdev_device_create(struct libinput_seat *seat,
struct udev_device *device);
int
evdev_fix_abs_resolution(struct evdev_device *device,
unsigned int xcode,
unsigned int ycode,
int yresolution,
int xresolution);
int
evdev_device_init_pointer_acceleration(struct evdev_device *device,
accel_profile_func_t profile);