]> git.sesse.net Git - vlc/commitdiff
Removed unused ZOOM_FP_FACTOR define.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 27 May 2010 19:46:34 +0000 (21:46 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 27 May 2010 19:46:34 +0000 (21:46 +0200)
include/vlc_vout.h

index 128bd54cb3ba0a39eca71e613d146e82a2ae5617..ad08f3975f9d39d0e8356727b7544cefc8b71da7 100644 (file)
@@ -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
  *****************************************************************************/