diff options
Diffstat (limited to 'src/core/testasyncgetprop.c')
-rw-r--r-- | src/core/testasyncgetprop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/testasyncgetprop.c b/src/core/testasyncgetprop.c index 78ccede9..f1d3a65c 100644 --- a/src/core/testasyncgetprop.c +++ b/src/core/testasyncgetprop.c @@ -170,7 +170,6 @@ atom_name (Display *display, } } - #define ELAPSED(start_time, current_time) \ (((((double)current_time.tv_sec - start_time.tv_sec) * 1000000 + \ (current_time.tv_usec - start_time.tv_usec))) / 1000.0) |