diff options
| author | Adam Moss <c@yotes.com> | 2015-01-07 20:23:09 +0000 |
|---|---|---|
| committer | Adam Moss <c@yotes.com> | 2015-01-07 20:23:09 +0000 |
| commit | 917f6683f41af75cec4b4db137a8f36fe09e2ddb (patch) | |
| tree | 0409268c37199609f169f2753c0772f4b1ff998d /Source/Core | |
| parent | 5fab29df8102bbf3a487b4ae49f060f5e750a992 (diff) | |
Video: Remove more debug spew in XRANDR mode code
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/X11Utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/X11Utils.cpp b/Source/Core/DolphinWX/X11Utils.cpp index 1c7cee5d6c..c571735eb1 100644 --- a/Source/Core/DolphinWX/X11Utils.cpp +++ b/Source/Core/DolphinWX/X11Utils.cpp @@ -144,7 +144,6 @@ void XRRConfiguration::Update() { sscanf(SConfig::GetInstance().m_LocalCoreStartupParameter.strFullscreenResolution.c_str(), "%m[^:]: %ux%u%c", &output_name, &fullWidth, &fullHeight, &auxFlag); - ERROR_LOG(AUDIO, "auxflag = %c", auxFlag); } bool want_interlaced = ('i' == auxFlag); |
