diff options
Diffstat (limited to 'src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp b/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp index 898b9201e2..e1fd636605 100644 --- a/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp +++ b/src/JSystem/J3DGraphLoader/J3DShapeFactory.cpp @@ -44,10 +44,6 @@ J3DShape* J3DShapeFactory::create(int no, u32 flag, GXVtxDescList* vtxDesc) { return shape; } -static inline u32 getMdlDataFlag_MtxLoadType(u32 flag) { - return flag & 0x10; -} - enum { J3DMdlDataFlag_ConcatView = 0x10, }; |
