From: RĂ©mi Denis-Courmont Date: Sun, 31 Jan 2010 19:06:13 +0000 (+0200) Subject: Dead inline X-Git-Tag: 1.1.0-ff~588 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=inline;h=47f6cc9bcdf07d5abaa7dc0fd52b744763f05a9a;p=vlc Dead inline --- diff --git a/src/control/libvlc_internal.h b/src/control/libvlc_internal.h index c49c5b4acb..3cb97d6ef1 100644 --- a/src/control/libvlc_internal.h +++ b/src/control/libvlc_internal.h @@ -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;