]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_structures.h
libvlc: add mouse events as libvlc_MediaPlayerEvents
[vlc] / include / vlc / libvlc_structures.h
index 1f830d7e23c94115d5eb50842a2afb7d4f67e3ee..44a3718671cef48780b0f5be2990a2490f270949 100644 (file)
@@ -38,25 +38,6 @@ extern "C" {
 /** This structure is opaque. It represents a libvlc instance */
 typedef struct libvlc_instance_t libvlc_instance_t;
 
-/*****************************************************************************
- * Exceptions
- *****************************************************************************/
-
-/** \defgroup libvlc_exception libvlc_exception
- * \ingroup libvlc_core
- * LibVLC Exceptions handling
- * @{
- */
-
-typedef struct libvlc_exception_t
-{
-    int b_raised;
-    int i_code;
-    char *psz_message;
-} libvlc_exception_t;
-
-/**@} */
-
 /*****************************************************************************
  * Time
  *****************************************************************************/