diff options
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r-- | libvo/video_out.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h index 9f55339838..29dc2fd496 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -170,11 +170,6 @@ extern int vo_dwidth; extern int vo_dheight; extern int vo_dbpp; -extern int vo_old_x; -extern int vo_old_y; -extern int vo_old_width; -extern int vo_old_height; - extern int vo_doublebuffering; extern int vo_directrendering; extern int vo_vsync; |