dolphin/Source/Core/DolphinQt/Config/Graphics
Dentomologist b59ca9682e Qt/GeneralWidget and GraphicsWidget: Remove unused member variable
m_xrr_config was used by the GeneralWidget::GetAvailableResolutions
function to get the list of supported fullscreen resolutions when
HAVE_XRANDR was set. aa4088a removed the ability to set that resolution
in the UI, leaving the GetAvailableResolutions function unused.

m_xrr_config is initialized in MainWindow which still uses it to toggle
fullscreen, but the references in GeneralWidget and GraphicsWidget
(which just ferried m_xrr_config from MainWindow to GeneralWidget) are
now unnecessary and removed in this commit.
2023-04-27 16:50:56 -07:00
..
AdvancedWidget.cpp Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
AdvancedWidget.h Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
EnhancementsWidget.cpp Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
EnhancementsWidget.h Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
GeneralWidget.cpp Qt/GeneralWidget and GraphicsWidget: Remove unused member variable 2023-04-27 16:50:56 -07:00
GeneralWidget.h Qt/GeneralWidget and GraphicsWidget: Remove unused member variable 2023-04-27 16:50:56 -07:00
GraphicsInteger.cpp
GraphicsInteger.h
GraphicsRadio.cpp
GraphicsRadio.h
GraphicsSlider.cpp
GraphicsSlider.h
GraphicsWidget.h
GraphicsWindow.cpp Qt/GeneralWidget and GraphicsWidget: Remove unused member variable 2023-04-27 16:50:56 -07:00
GraphicsWindow.h Qt/GeneralWidget and GraphicsWidget: Remove unused member variable 2023-04-27 16:50:56 -07:00
HacksWidget.cpp Qt: Rename GraphicsBool to ConfigBool 2023-04-21 14:24:37 -07:00
HacksWidget.h Qt: Rename GraphicsBool to ConfigBool 2023-04-21 14:24:37 -07:00
PostProcessingConfigWindow.cpp
PostProcessingConfigWindow.h