summaryrefslogtreecommitdiff
path: root/src/blitter/32bpp_ssse3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blitter/32bpp_ssse3.cpp')
-rw-r--r--src/blitter/32bpp_ssse3.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/blitter/32bpp_ssse3.cpp b/src/blitter/32bpp_ssse3.cpp
index 1d7e0f056..9cee7dbf9 100644
--- a/src/blitter/32bpp_ssse3.cpp
+++ b/src/blitter/32bpp_ssse3.cpp
@@ -49,11 +49,6 @@ inline void Blitter_32bppSSSE3::Draw(const Blitter::BlitterParams *bp, ZoomLevel
/* Load these variables into register before loop. */
const __m128i a_cm = ALPHA_CONTROL_MASK;
const __m128i pack_low_cm = PACK_LOW_CONTROL_MASK;
- const __m128i briAB_cm = BRIGHTNESS_LOW_CONTROL_MASK;
- const __m128i div_cleaner = BRIGHTNESS_DIV_CLEANER;
- const __m128i ob_check = OVERBRIGHT_PRESENCE_MASK;
- const __m128i ob_mask = OVERBRIGHT_VALUE_MASK;
- const __m128i ob_cm = OVERBRIGHT_CONTROL_MASK;
const __m128i tr_nom_base = TRANSPARENT_NOM_BASE;
for (int y = bp->height; y != 0; y--) {