]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
Remove pf_memcpy and pf_memset from libvlc
[vlc] / include / vlc_main.h
index 4892e1d8ffcd1362e25869ba426982d7683deb44..c78da795ee806f984a95b7e806457344c21e42f5 100644 (file)
@@ -67,8 +67,6 @@ struct libvlc_int_t
     bool             b_color;     ///< color messages?
 
     module_t *             p_memcpy_module;  ///< Fast memcpy plugin used
-    void* ( *pf_memcpy ) ( void *, const void *, size_t ); ///< fast memcpy
-    void* ( *pf_memset ) ( void *, int, size_t );          ///< fast memset
 
     bool             b_stats;       ///< Should we collect stats ?
     vlc_mutex_t            timer_lock;    ///< Lock to protect timers