Description: Fixes redefine

--- ../libvisual/lv_defines.h	2006-01-22 07:23:37.000000000 -0600
+++ libvisual/lv_defines.h	2010-05-02 05:33:44.000000000 -0500
@@ -63,7 +63,6 @@
 
 /* Compiler specific optimalization macros */
 #if __GNUC__ >= 3
-# define inline			inline __attribute__ ((always_inline))
 # define __malloc		__attribute__ ((malloc))
 # define __packed		__attribute__ ((packed))
 # define VIS_LIKELY(x)		__builtin_expect (!!(x), 1)
