diff options
Diffstat (limited to 'libs/rs/rsSimpleMesh.cpp')
| -rw-r--r-- | libs/rs/rsSimpleMesh.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/rs/rsSimpleMesh.cpp b/libs/rs/rsSimpleMesh.cpp index 08e36ac..0b745eb 100644 --- a/libs/rs/rsSimpleMesh.cpp +++ b/libs/rs/rsSimpleMesh.cpp @@ -135,12 +135,6 @@ void rsi_SimpleMeshBindPrimitive(Context *rsc, RsSimpleMesh mv, RsAllocation va) sm->mPrimitiveBuffer.set((Allocation *)va); } -void rsi_SimpleMeshDestroy(Context *rsc, RsSimpleMesh vtm) -{ - SimpleMesh * tm = static_cast<SimpleMesh *>(vtm); - tm->decRef(); -} - |
