[vlmc-devel] VLCMediaPlayer: Remove unused defines.
Hugo Beauzée-Luyssen
git at videolan.org
Sun Sep 23 16:31:35 CEST 2012
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sat Sep 22 21:21:29 2012 +0300| [c22709806fbfd63aacc651c50ff47b3b659beb31] | committer: Hugo Beauzée-Luyssen
VLCMediaPlayer: Remove unused defines.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c22709806fbfd63aacc651c50ff47b3b659beb31
---
src/LibVLCpp/VLCMediaPlayer.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/LibVLCpp/VLCMediaPlayer.h b/src/LibVLCpp/VLCMediaPlayer.h
index 50e1fc0..fa48921 100644
--- a/src/LibVLCpp/VLCMediaPlayer.h
+++ b/src/LibVLCpp/VLCMediaPlayer.h
@@ -27,9 +27,6 @@
#include <QObject>
#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;
More information about the Vlmc-devel
mailing list