| Index: sky/engine/core/rendering/RenderInline.cpp
|
| diff --git a/sky/engine/core/rendering/RenderInline.cpp b/sky/engine/core/rendering/RenderInline.cpp
|
| index cdc0dc275f52923352048913f91e93f9242b7ea4..8064846973098bfeda374f54ea86a5f609dad962 100644
|
| --- a/sky/engine/core/rendering/RenderInline.cpp
|
| +++ b/sky/engine/core/rendering/RenderInline.cpp
|
| @@ -51,13 +51,6 @@ RenderInline::RenderInline(Element* element)
|
| {
|
| }
|
|
|
| -RenderInline* RenderInline::createAnonymous(Document* document)
|
| -{
|
| - RenderInline* renderer = new RenderInline(0);
|
| - renderer->setDocumentForAnonymous(document);
|
| - return renderer;
|
| -}
|
| -
|
| void RenderInline::willBeDestroyed()
|
| {
|
| // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will
|
|
|