diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2015-09-17 18:42:17 +0200 |
|---|---|---|
| committer | Markus Wick <degasus@users.noreply.github.com> | 2015-09-17 18:42:17 +0200 |
| commit | edae1d3bcb4383abd344757c4eab13d975a5e153 (patch) | |
| tree | 4395c37354ac9d51ce86b6d029c6bbd8a9ca4bcf /Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp | |
| parent | 52de4cc476429d77240434c4c0c6fcaff353f39a (diff) | |
| parent | 3b5b80bf3c209b01a4835a2aa0729fc6b3f38d40 (diff) | |
Merge pull request #3055 from degasus/videosw
Video Software cleanup
Diffstat (limited to 'Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp b/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp index dd747c4513..fb2fbddbcd 100644 --- a/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp +++ b/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp @@ -76,9 +76,6 @@ SoftwareVideoConfigDialog::SoftwareVideoConfigDialog(wxWindow* parent, const std choice_backend->Disable(); } - // rasterizer - szr_rendering->Add(new SettingCheckBox(page_general, _("Hardware rasterization"), "", vconfig.bHwRasterizer)); - // xfb szr_rendering->Add(new SettingCheckBox(page_general, _("Bypass XFB"), "", vconfig.bBypassXFB)); } |
