]> git.sesse.net Git - vlc/blobdiff - include/vlc_osd.h
Fix build breakage of revision12392
[vlc] / include / vlc_osd.h
index 5f942c4afda7af2c8f104622352caac0287875fe..4256bdf972aaa8d2683eb5997ef3cad9dfd07116 100644 (file)
@@ -372,17 +372,6 @@ static inline void osd_SetMenuUpdate( osd_menu_t *p_osd, vlc_bool_t b_value )
     var_Set( p_osd, "osd-menu-update", val );\r
 } \r
 \r
-/**\r
- * Default feedback images\r
- *\r
- * Functions that provide the default OSD feedback images on hotkey commands. These feedback\r
- * images are also part of the osd_button_t object. The types are declared in the include file\r
- * include/osd.h\r
- * @see osd.h \r
- */\r
-VLC_EXPORT( picture_t *, osd_Slider, ( int i_width, int i_height, int i_position, short i_type ) );\r
-VLC_EXPORT( picture_t *, osd_Icon,   ( int i_width, int i_height, short i_type ) );\r
-\r
 /**\r
  * Loading and parse the OSD Configuration file\r
  *\r