aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windowing/Resolution.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/windowing/Resolution.cpp')
-rw-r--r--xbmc/windowing/Resolution.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/xbmc/windowing/Resolution.cpp b/xbmc/windowing/Resolution.cpp
index e4fdae74dc..951ec08035 100644
--- a/xbmc/windowing/Resolution.cpp
+++ b/xbmc/windowing/Resolution.cpp
@@ -53,8 +53,7 @@ RESOLUTION_INFO::RESOLUTION_INFO(const RESOLUTION_INFO& res)
guiInsets(res.guiInsets),
strMode(res.strMode),
strOutput(res.strOutput),
- strId(res.strId),
- label(res.label)
+ strId(res.strId)
{
bFullScreen = res.bFullScreen;
iWidth = res.iWidth; iHeight = res.iHeight;