| Index: sky/engine/core/css/CSSValue.h
|
| diff --git a/sky/engine/core/css/CSSValue.h b/sky/engine/core/css/CSSValue.h
|
| index 551ad50d9fd096e94d542ae5032ed7e3ae1f63de..705c09b42a6119fbf4840543201d16bd174e4cb4 100644
|
| --- a/sky/engine/core/css/CSSValue.h
|
| +++ b/sky/engine/core/css/CSSValue.h
|
| @@ -115,10 +115,6 @@ public:
|
|
|
| bool equals(const CSSValue&) const;
|
|
|
| - void finalizeGarbageCollectedObject();
|
| - void traceAfterDispatch(Visitor*) { }
|
| - void trace(Visitor*);
|
| -
|
| protected:
|
|
|
| static const size_t ClassTypeBits = 6;
|
|
|