From 70f54c6609c5f3f66e4223d35a895b6a18e9a9a0 Mon Sep 17 00:00:00 2001 From: uruk Date: Tue, 29 Jul 2014 11:12:35 +0200 Subject: [PATCH] CGE2: Remove unused code. --- engines/cge2/vga13h.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp index c850db288b8..6db73f4836a 100644 --- a/engines/cge2/vga13h.cpp +++ b/engines/cge2/vga13h.cpp @@ -1008,11 +1008,6 @@ void Vga::show() { if ((p && spr->_pos3D._z > p->_pos3D._z) || (n && spr->_pos3D._z < n->_pos3D._z)) { _showQ->insert(_showQ->remove(spr)); - if (s) { - //s->gotoxyz(V3D(s->_pos3D._x, s->_pos3D._y, spr->_pos3D._z)); - //_showQ->insert(_showQ->remove(s), spr); - // These two lines are also commented out in the original. - } } spr->_flags._zmov = false; }