summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/PixelEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/Src/PixelEngine.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/PixelEngine.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/Core/VideoCommon/Src/PixelEngine.cpp b/Source/Core/VideoCommon/Src/PixelEngine.cpp
index 2785d66826..580571b328 100644
--- a/Source/Core/VideoCommon/Src/PixelEngine.cpp
+++ b/Source/Core/VideoCommon/Src/PixelEngine.cpp
@@ -81,17 +81,6 @@ union UPEAlphaModeConfReg
};
};
-// Not sure about this reg...
-union UPEAlphaReadReg
-{
- u16 Hex;
- struct
- {
- u16 ReadMode : 3;
- u16 : 13;
- };
-};
-
// fifo Control Register
union UPECtrlReg
{