summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@bitmath.org>2011-04-21 10:49:47 +0200
committerHenrik Rydberg <rydberg@bitmath.org>2011-04-21 10:49:47 +0200
commitbab0739d6f327be8cb1cc069f3275cecd246cde4 (patch)
treec6889eda5271fdde5059ce0ae8aa05399ecb9a1d
parent1a7320fd41a636481b2d456c1009407d4fc1f5e8 (diff)
Remove accidental copy and paste
Some lines got duplicated in error. Fixed. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--include/evemu.h3
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.
*/