summaryrefslogtreecommitdiff
path: root/src/JSystem
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSystem')
-rw-r--r--src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp b/src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp
index 2c9f7f9b..9aff5b42 100644
--- a/src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp
+++ b/src/JSystem/J3DGraphBase/J3DDrawBuffer.cpp
@@ -12,10 +12,6 @@
#include "JSystem/JKernel/JKRHeap.h"
#include "dolphin/types.h"
-void J3DDrawBuffer::calcZRatio() {
- mZRatio = (mZFar - mZNear) / (f32)mBufSize;
-}
-
/* 802EC74C-802EC7B4 .text initialize__13J3DDrawBufferFv */
void J3DDrawBuffer::initialize() {
mDrawType = DRAW_HEAD;