]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Remove intf_UserYesNo
[vlc] / include / vlc_interface.h
index 4e85c63846151efbc01e0f014e7a768c702554c7..b11f32869344d25f346592e41199ebfeb899f446 100644 (file)
@@ -279,8 +279,6 @@ enum
  * Exported symbols
  ***************************************************************************/
 
-#define intf_UserYesNo( a, b, c, d, e, f ) __intf_UserYesNo( VLC_OBJECT(a),b,c, d, e, f )
-VLC_EXPORT( int, __intf_UserYesNo,( vlc_object_t*, const char*, const char*, const char*, const char*, const char*) );
 #define intf_UserStringInput( a, b, c, d ) __intf_UserStringInput( VLC_OBJECT(a),b,c,d )
 VLC_EXPORT( int, __intf_UserStringInput,(vlc_object_t*, const char*, const char*, char **) );