From 47f6cc9bcdf07d5abaa7dc0fd52b744763f05a9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 31 Jan 2010 21:06:13 +0200 Subject: [PATCH] Dead inline --- src/control/libvlc_internal.h | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.39.2