diff options
author | Henrik Rydberg <rydberg@bitmath.org> | 2011-04-21 10:49:47 +0200 |
---|---|---|
committer | Henrik Rydberg <rydberg@bitmath.org> | 2011-04-21 10:49:47 +0200 |
commit | bab0739d6f327be8cb1cc069f3275cecd246cde4 (patch) | |
tree | c6889eda5271fdde5059ce0ae8aa05399ecb9a1d /include | |
parent | 1a7320fd41a636481b2d456c1009407d4fc1f5e8 (diff) |
Remove accidental copy and paste
Some lines got duplicated in error. Fixed.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'include')
-rw-r--r-- | include/evemu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/evemu.h b/include/evemu.h index 2c53138..fed8801 100644 --- a/include/evemu.h +++ b/include/evemu.h @@ -352,9 +352,6 @@ int evemu_read_event_realtime(FILE *fp, struct input_event *ev, * Contiuously reads events from the kernel device and writes them to * the file. The function terminates after ms milliseconds of * inactivity. - * to this function. This function reads a kernel event from the file, - * and performs the microsleep necessary to deliver the event with the - * same timings as originally received. * * Returns zero if successful, negative error otherwise. */ |