XoopsX / legacy

XOOPS Cube Legacy base repository
15 stars 11 forks source link

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

Closed suin closed 11 years ago

suin commented 11 years ago

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    │