From 45b8ebeb25ce28c01beff8a8507de45515b13a33 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sat, 29 Jan 2022 13:02:05 -0800 Subject: [PATCH] PixelEngine: Remove old comment This comment was added in 76d24f2c0d8 (the link was updated in 5799824b226, but both are dead now). An archived version is at https://web.archive.org/web/20090830050441/http://developer.nvidia.com/object/General_FAQ.html#t6 but it's about the number of available texture units, which doesn't seem relevant to PixelEngine. --- Source/Core/VideoCommon/PixelEngine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/VideoCommon/PixelEngine.cpp b/Source/Core/VideoCommon/PixelEngine.cpp index bdfaa599d5..cfc5209399 100644 --- a/Source/Core/VideoCommon/PixelEngine.cpp +++ b/Source/Core/VideoCommon/PixelEngine.cpp @@ -1,8 +1,6 @@ // Copyright 2008 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -// http://www.nvidia.com/object/General_FAQ.html#t6 !!!!! - #include "VideoCommon/PixelEngine.h" #include