diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/util.h b/include/util.h index c80da1cb..f887d489 100644 --- a/include/util.h +++ b/include/util.h @@ -30,12 +30,6 @@ int parse_movement_amount(int argc, char **argv, struct movement_amount *amount); /** - * Get the current time, in milliseconds. - */ - -uint32_t get_current_time_msec(void); - -/** * Wrap i into the range [0, max] */ int wrap(int i, int max); |