[vlc-commits] [Git][videolan/libvlcpp][master] MediaPlayer: Remove marquee string getter
Hugo Beauzée-Luyssen
gitlab at videolan.org
Fri May 31 17:30:41 CEST 2019
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp
Commits:
4955846d by Hugo Beauzée-Luyssen at 2019-05-31T15:30:38Z
MediaPlayer: Remove marquee string getter
- - - - -
1 changed file:
- vlcpp/MediaPlayer.hpp
Changes:
=====================================
vlcpp/MediaPlayer.hpp
=====================================
@@ -1577,6 +1577,7 @@ public:
return libvlc_video_get_marquee_int(*this, option);
}
+#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
/**
* Get a string marquee option value
*
@@ -1591,6 +1592,7 @@ public:
return {};
return str.get();
}
+#endif
/**
* Enable, disable or set an integer marquee option
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/4955846df7abad685c72b2202e2c445dc42feb11
--
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/4955846df7abad685c72b2202e2c445dc42feb11
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list