summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PixelEngine.cpp
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2022-01-29 13:02:05 -0800
committerPokechu22 <Pokechu022@gmail.com>2022-03-29 15:34:43 -0700
commit45b8ebeb25ce28c01beff8a8507de45515b13a33 (patch)
tree25b387f2f651e3d39fe96281c01c4785a0d5780c /Source/Core/VideoCommon/PixelEngine.cpp
parent0204b119e904d358ba7084d18a84f77929a5f7e5 (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/PixelEngine.cpp')
-rw-r--r--Source/Core/VideoCommon/PixelEngine.cpp2
1 files changed, 0 insertions, 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 <mutex>