summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 4bac3c3696..c3f81a49a3 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -306,7 +306,6 @@ static uint32_t config( uint32_t width,uint32_t height,uint32_t d_width,uint32_t
vo_dy=(vo_screenheight-modeline_height)/2;
vo_dwidth=modeline_width;
vo_dheight=modeline_height;
- aspect_save_screenres(modeline_width,modeline_height);
}
#endif
bg=WhitePixel( mDisplay,mScreen );