Skip to content

到達不能の変数を削除する #32

@suin

Description

@suin

html/core/XCube_RenderSystem.class.php の114行目あたりの $type は要らないとおもいます。

2008-11-23 15:53 minahito           29319eb    │  
2008-11-23 15:53 minahito           29319eb    │         /**
2008-11-23 15:53 minahito           29319eb    │          * Return render-target type.
2008-11-23 15:53 minahito           29319eb    │          * @return int
2008-11-23 15:53 minahito           29319eb 110│          * @deprecated
2008-11-23 15:53 minahito           29319eb    │          */
2008-11-23 15:53 minahito           29319eb    │         function getType()
2008-11-23 15:53 minahito           29319eb    │         {
2008-11-23 15:53 minahito           29319eb    │                 return $this->getAttribute('legacy_buffertype', $type);
2008-11-23 15:53 minahito           29319eb 115│                 //return $this->mType;
2008-11-23 15:53 minahito           29319eb    │         }
2008-11-23 15:53 minahito           29319eb    │

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions