]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Remove intf_UserProgress
[vlc] / include / vlc_interface.h
index 0228b14aa77a263d7deee14d6a8b5f7d84361755..c6856c9e78dcf0983a8c77e56af53c7bb524a405 100644 (file)
@@ -281,13 +281,6 @@ enum
 
 #define intf_UserStringInput( a, b, c, d ) (VLC_OBJECT(a),b,c,d, VLC_EGENERIC)
 
-#define intf_IntfProgress( a, b, c ) __intf_Progress( VLC_OBJECT(a), NULL, b,c, -1 )
-#define intf_UserProgress( a, b, c, d, e ) __intf_Progress( VLC_OBJECT(a),b,c,d,e )
-VLC_EXPORT( interaction_dialog_t *, __intf_Progress,( vlc_object_t*, const char*, const char*, float, int) );
-VLC_EXPORT( void, intf_ProgressUpdate,( interaction_dialog_t *, const char*, float, int) );
-VLC_EXPORT( bool, intf_ProgressIsCancelled,( interaction_dialog_t * ) );
-VLC_EXPORT( void, intf_UserHide,( interaction_dialog_t * ));
-
 /** @} */
 /** @} */