| Index: cc/CCLayerQuad.h
|
| diff --git a/cc/CCLayerQuad.h b/cc/CCLayerQuad.h
|
| index 03f161f67582e4df6aa4310a25d51ac4a96c2988..8be296fbf3c5a9d6798521c8be1ab9065bc95f6f 100644
|
| --- a/cc/CCLayerQuad.h
|
| +++ b/cc/CCLayerQuad.h
|
| @@ -75,13 +75,7 @@ public:
|
| float m_z;
|
| };
|
|
|
| - CCLayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom)
|
| - : m_left(left)
|
| - , m_top(top)
|
| - , m_right(right)
|
| - , m_bottom(bottom)
|
| - {
|
| - }
|
| + CCLayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom);
|
| CCLayerQuad(const FloatQuad&);
|
|
|
| Edge left() const { return m_left; }
|
|
|