diff --git a/include/JSystem/J3DGraphBase/J3DShapeMtx.h b/include/JSystem/J3DGraphBase/J3DShapeMtx.h index 4a9c0c1e5..70b82b365 100644 --- a/include/JSystem/J3DGraphBase/J3DShapeMtx.h +++ b/include/JSystem/J3DGraphBase/J3DShapeMtx.h @@ -139,7 +139,6 @@ public: J3DShapeMtxYBBoardConcatView(u16 useMtxIndex) : J3DShapeMtxConcatView(useMtxIndex) {} virtual ~J3DShapeMtxYBBoardConcatView() {} - virtual u32 getType() const; virtual void load() const; }; @@ -148,7 +147,6 @@ public: J3DShapeMtxBBoardConcatView(u16 useMtxIndex) : J3DShapeMtxConcatView(useMtxIndex) {} virtual ~J3DShapeMtxBBoardConcatView() {} - virtual u32 getType() const; virtual void load() const; };