]> git.sesse.net Git - vlc/commitdiff
Removed duplicated DX_POSITION_CHANGE define (msw).
authorLaurent Aimar <fenrir@videolan.org>
Thu, 1 Oct 2009 19:42:35 +0000 (21:42 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 1 Oct 2009 20:02:51 +0000 (22:02 +0200)
modules/video_output/msw/wingdi.c

index 86185d91c08056dd38fcc2f32af0d5879b5e0b91..19ce8f9744abbed2fb9112ec5fd47b0261edda67 100644 (file)
@@ -70,10 +70,6 @@ static void SetPalette( vout_thread_t *, uint16_t *, uint16_t *, uint16_t * );
 
 static void InitBuffers        ( vout_thread_t * );
 
-
-
-#define DX_POSITION_CHANGE 0x1000
-
 /*****************************************************************************
  * Module descriptor
  *****************************************************************************/