Remove old triangle version

This commit is contained in:
Magnus Norddahl 2016-11-07 04:27:55 +01:00
commit 92be8f401c
3 changed files with 3 additions and 91 deletions

View file

@ -1260,6 +1260,7 @@ void ApplySpecialColormapRGBACommand::Execute(DrawerThread *thread)
/////////////////////////////////////////////////////////////////////////////
#if 0
class DrawTrianglesCommand : public DrawerCommand
{
public:
@ -1705,6 +1706,7 @@ void R_DrawTriangles(const VSMatrix &transform, const TriVertex *vertices, int c
DrawerCommandQueue::QueueCommand<DrawTrianglesCommand>(transform, vertices, count, clipleft, clipright, clipdata, texture->GetPixelsBgra(), texture->GetWidth(), texture->GetHeight());
}
#endif
/////////////////////////////////////////////////////////////////////////////