summaryrefslogtreecommitdiffstats
path: root/libvo/aspect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/aspect.c')
-rw-r--r--libvo/aspect.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/aspect.c b/libvo/aspect.c
index 8dcd8b6843..8a26a5ac00 100644
--- a/libvo/aspect.c
+++ b/libvo/aspect.c
@@ -143,11 +143,6 @@ static void panscan_calc_internal(struct vo *vo, int zoom)
vo->panscan_y = vo_panscan_area * vo->panscan_amount;
}
-void panscan_calc(struct vo *vo)
-{
- panscan_calc_internal(vo, A_ZOOM);
-}
-
/**
* vos that set vo_dwidth and v_dheight correctly should call this to update
* vo_panscan_x and vo_panscan_y