summaryrefslogtreecommitdiffstats
path: root/video/out/aspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/aspect.h')
-rw-r--r--video/out/aspect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/aspect.h b/video/out/aspect.h
index 8455985153..afff7e5dcb 100644
--- a/video/out/aspect.h
+++ b/video/out/aspect.h
@@ -23,9 +23,6 @@
struct vo;
void aspect_save_videores(struct vo *vo, int w, int h, int d_w, int d_h);
-void aspect_save_screenres(struct vo *vo, int scrw, int scrh);
-
-void aspect_calc_monitor(struct vo *vo, int *w, int *h);
void aspect_calc_panscan(struct vo *vo, int *out_w, int *out_h);
#endif /* MPLAYER_ASPECT_H */