diff --git a/source/psp/video_hardware_main.cpp b/source/psp/video_hardware_main.cpp index 1f5c43e..f00109f 100644 --- a/source/psp/video_hardware_main.cpp +++ b/source/psp/video_hardware_main.cpp @@ -1057,9 +1057,6 @@ void GL_DrawAliasBlendedFrame (aliashdr_t *paliashdr, int pose1, int pose2, floa } } - // Allocate the vertices. - vertex* const out = static_cast(sceGuGetMemory(sizeof(vertex) * count)); - for (int start = vertex_index; vertex_index < (start + count); ++vertex_index) {