]> git.sesse.net Git - vlc/commitdiff
Dead inline
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 31 Jan 2010 19:06:13 +0000 (21:06 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 31 Jan 2010 19:06:13 +0000 (21:06 +0200)
src/control/libvlc_internal.h

index c49c5b4acbf241cf5be98e35001791464d11961b..3cb97d6ef1adb54af778dc6cc2e6000559b170e9 100644 (file)
@@ -108,12 +108,6 @@ void libvlc_event_attach_async( libvlc_event_manager_t * p_event_manager,
                            libvlc_exception_raise( p_e ); \
                            return 0; }
 
-static inline void clear_if_needed(libvlc_exception_t *e)
-{
-    if (libvlc_exception_raised(e))
-        libvlc_exception_clear(e);
-}
-
 static inline libvlc_time_t from_mtime(mtime_t time)
 {
     return (time + 500ULL)/ 1000ULL;