From 4fb7fdc16f192acf975b0a217739f85755ec93dc Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 20 Apr 2011 11:28:40 +0200 Subject: Remove accidental copy and paste Some lines got duplicated in error. Fixed. Signed-off-by: Henrik Rydberg --- include/evemu.h | 3 --- 1 file changed, 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. */ -- cgit v1.2.3