From 3c04f2fef95944143cf95edbe1279e2fede567f1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 14 Jul 2014 00:06:15 -0400 Subject: [PATCH] RSXThread: Remove some redundant assignments --- rpcs3/Emu/GS/RSXThread.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/rpcs3/Emu/GS/RSXThread.h b/rpcs3/Emu/GS/RSXThread.h index 8444083d93..623a1a433c 100644 --- a/rpcs3/Emu/GS/RSXThread.h +++ b/rpcs3/Emu/GS/RSXThread.h @@ -477,8 +477,6 @@ protected: m_clear_s = 0; m_poly_offset_scale_factor = 0.0; m_poly_offset_bias = 0.0; - m_depth_bounds_min = 0.0; - m_depth_bounds_max = 1.0; m_restart_index = 0xffffffff; m_front_polygon_mode = 0x1b02; // GL_FILL m_back_polygon_mode = 0x1b02; // GL_FILL @@ -571,7 +569,6 @@ protected: m_set_fog_mode = false; m_set_fog_params = false; m_set_clip_plane = false; - m_set_surface_format = false; m_set_context_dma_color_a = false; m_set_context_dma_color_b = false; m_set_context_dma_color_c = false;