diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-04-20 11:28:40 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-04-20 11:28:40 +0200 |
| commit | 4fb7fdc16f192acf975b0a217739f85755ec93dc (patch) | |
| tree | c6889eda5271fdde5059ce0ae8aa05399ecb9a1d | |
| parent | a34e5eef0cdea38397542a0a430be336f5087981 (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.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, | |||
| 352 | * Contiuously reads events from the kernel device and writes them to | 352 | * Contiuously reads events from the kernel device and writes them to |
| 353 | * the file. The function terminates after ms milliseconds of | 353 | * the file. The function terminates after ms milliseconds of |
| 354 | * inactivity. | 354 | * inactivity. |
| 355 | * to this function. This function reads a kernel event from the file, | ||
| 356 | * and performs the microsleep necessary to deliver the event with the | ||
| 357 | * same timings as originally received. | ||
| 358 | * | 355 | * |
| 359 | * Returns zero if successful, negative error otherwise. | 356 | * Returns zero if successful, negative error otherwise. |
| 360 | */ | 357 | */ |
