diff options
Diffstat (limited to 'libs/rs/rsProgramVertex.cpp')
-rw-r--r-- | libs/rs/rsProgramVertex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp index 8e2b82d7fca4..a80e2f7ec309 100644 --- a/libs/rs/rsProgramVertex.cpp +++ b/libs/rs/rsProgramVertex.cpp @@ -97,7 +97,6 @@ RsProgramVertex rsi_ProgramVertexCreate(Context *rsc) ProgramVertex *pv = rsc->mStateVertex.mPV; pv->incRef(); rsc->mStateVertex.mPV = 0; - return pv; } |