]> git.sesse.net Git - vlc/blobdiff - projects/activex/vlccontrol.h
Simpler aspect parsing.
[vlc] / projects / activex / vlccontrol.h
index 35e8fde8b7a654540e769a95f71b77e46885dcb7..a1c6a16b91e9761fc768ac9bef0b7b6d1d7cd2cf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlccontrol.h: ActiveX control for VLC
  *****************************************************************************
- * Copyright (C) 2005 the VideoLAN team
+ * Copyright (C) 2005-2010 the VideoLAN team
  *
  * Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
  *
@@ -101,15 +101,6 @@ public:
 private:
 
     HRESULT      getTypeInfo();
-    HRESULT      exception_bridge(libvlc_exception_t *ex)
-    {
-        if( ! libvlc_exception_raised(ex) )
-            return NOERROR;
-        _p_instance->setErrorInfo(IID_IVLCControl,
-                                  libvlc_exception_get_message(ex));
-        libvlc_exception_clear(ex);
-        return E_FAIL;
-    }
 
     VLCPlugin *_p_instance;
     ITypeInfo *_p_typeinfo;