From 4f4e84bbe1216dc7d3785c4dee0f2da28d12ef20 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 24 Sep 2023 10:58:23 -0700 Subject: [PATCH] J3DShapeMtx fix --- include/JSystem/J3DGraphBase/J3DShapeMtx.h | 2 -- 1 file changed, 2 deletions(-) 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; };