From b3e530d005324d915974a4d36a2588656364ab17 Mon Sep 17 00:00:00 2001
From: Subv <subv2112@gmail.com>
Date: Fri, 21 Aug 2015 10:09:15 -0500
Subject: [PATCH] SWRasterizer: Removed a todo. Verified with hwtests.

---
 src/video_core/rasterizer.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/video_core/rasterizer.cpp b/src/video_core/rasterizer.cpp
index 696839da69..c6557bf1a3 100644
--- a/src/video_core/rasterizer.cpp
+++ b/src/video_core/rasterizer.cpp
@@ -215,7 +215,6 @@ static void SetStencil(int x, int y, u8 value) {
     }
 }
 
-// TODO: Should the stencil mask be applied to the "old_stencil" or "ref" operands? Most likely not!
 static u8 PerformStencilAction(Regs::StencilAction action, u8 old_stencil, u8 ref) {
     switch (action) {
     case Regs::StencilAction::Keep: