Skip to content

Commit

Permalink
Merge pull request #6550 from lioncash/qt
Browse files Browse the repository at this point in the history
HacksWidget: Remove duplicate AddDescription() calls in AddDescriptions()
  • Loading branch information
JosJuice committed Mar 28, 2018
2 parents d0152ed + 4a1123f commit 748ebf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/DolphinQt2/Config/Graphics/HacksWidget.cpp
Expand Up @@ -210,7 +210,5 @@ void HacksWidget::AddDescriptions()
AddDescription(m_gpu_texture_decoding, TR_GPU_DECODING_DESCRIPTION);
AddDescription(m_fast_depth_calculation, TR_FAST_DEPTH_CALC_DESCRIPTION);
AddDescription(m_disable_bounding_box, TR_DISABLE_BOUNDINGBOX_DESCRIPTION);
AddDescription(m_fast_depth_calculation, TR_FAST_DEPTH_CALC_DESCRIPTION);
AddDescription(m_disable_bounding_box, TR_DISABLE_BOUNDINGBOX_DESCRIPTION);
AddDescription(m_vertex_rounding, TR_VERTEX_ROUNDING_DESCRIPTION);
}

0 comments on commit 748ebf6

Please sign in to comment.