diff --git a/src/LibVLCpp/VLCMediaPlayer.h b/src/LibVLCpp/VLCMediaPlayer.h index 50e1fc0cf9dd778d97e010db7004fef92b1f870d..fa48921ad04004302b3a70e76802770c7547107c 100644 --- a/src/LibVLCpp/VLCMediaPlayer.h +++ b/src/LibVLCpp/VLCMediaPlayer.h @@ -27,9 +27,6 @@ #include #include "VLCpp.hpp" -#define VOLUME_MAX 100 -#define AOUT_VOLUME_MAX 1024 - struct libvlc_media_player_t; struct libvlc_event_t; struct libvlc_event_manager_t;