From: Laurent Aimar Date: Thu, 27 May 2010 19:46:34 +0000 (+0200) Subject: Removed unused ZOOM_FP_FACTOR define. X-Git-Tag: 1.2.0-pre1~6452 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=84c113542ee444d0c1979a669d8ae5b81e771c2e;p=vlc Removed unused ZOOM_FP_FACTOR define. --- diff --git a/include/vlc_vout.h b/include/vlc_vout.h index 128bd54cb3..ad08f3975f 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -85,9 +85,6 @@ struct vout_thread_t { #define VOUT_ALIGN_BOTTOM 0x0008 #define VOUT_ALIGN_VMASK 0x000C -/* scaling factor (applied to i_zoom in vout_thread_t) */ -#define ZOOM_FP_FACTOR 1000 - /***************************************************************************** * Prototypes *****************************************************************************/