Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed a commented-out line.
  • Loading branch information
icculus committed Apr 7, 2008
1 parent 778f02b commit 1ee5079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macosx_hidmanager.c
Expand Up @@ -110,7 +110,6 @@ static void input_callback(void *ctx, IOReturn res,
ManyMouseEvent ev;
IOHIDElementRef elem = IOHIDValueGetElement(val);
const CFIndex value = IOHIDValueGetIntegerValue(val);
/*const uint64_t timestamp = IOHIDValueGetTimeStamp(val);*/
const uint32_t page = IOHIDElementGetUsagePage(elem);
const uint32_t usage = IOHIDElementGetUsage(elem);

Expand Down

0 comments on commit 1ee5079

Please sign in to comment.