| Index: sky/engine/wtf/CurrentTime.h
|
| diff --git a/sky/engine/wtf/CurrentTime.h b/sky/engine/wtf/CurrentTime.h
|
| index 9e60c5e2fe439905e3e61b4f07a5af81d5e02303..d387b985f78aaceba5141b9860853fe5eb52ac6e 100644
|
| --- a/sky/engine/wtf/CurrentTime.h
|
| +++ b/sky/engine/wtf/CurrentTime.h
|
| @@ -52,9 +52,6 @@ inline double currentTimeMS()
|
| WTF_EXPORT double monotonicallyIncreasingTime();
|
|
|
| typedef double(*TimeFunction)(void);
|
| -void setCurrentTimeFunction(TimeFunction);
|
| -void setMonotonicallyIncreasingTimeFunction(TimeFunction);
|
| -
|
|
|
| } // namespace WTF
|
|
|
|
|