From 6512068005ebbd618a7791fe0500ab5428a7083c Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Fri, 7 Oct 2016 07:03:13 +0200 Subject: [PATCH] Remove unused queue_wallcommand --- src/r_draw_rgba.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/r_draw_rgba.cpp b/src/r_draw_rgba.cpp index 424d3140bf..953a078580 100644 --- a/src/r_draw_rgba.cpp +++ b/src/r_draw_rgba.cpp @@ -1314,19 +1314,6 @@ DWORD vlinec1_rgba() return dc_texturefrac + dc_count * dc_iscale; } -template -void queue_wallcommand() -{ - if (bufplce2[0] == nullptr && dc_shade_constants.simple_shade) - DrawerCommandQueue::QueueCommand(); - else if (bufplce2[0] == nullptr) - DrawerCommandQueue::QueueCommand(); - else if (dc_shade_constants.simple_shade) - DrawerCommandQueue::QueueCommand(); - else - DrawerCommandQueue::QueueCommand(); -} - void vlinec4_rgba() { DrawerCommandQueue::QueueCommand();