[vlc-commits] core: remove unused defines
Thomas Guillem
git at videolan.org
Thu Feb 21 09:30:02 CET 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 20 17:37:22 2019 +0100| [ecc5b0a7f4bb298186f9c298fa0c8f0a58e45e34] | committer: Thomas Guillem
core: remove unused defines
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecc5b0a7f4bb298186f9c298fa0c8f0a58e45e34
---
src/libvlc-module.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 0c5320f0c6..360a3b00c2 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -377,10 +377,6 @@ static const char *const ppsz_pos_descriptions[] =
"VLC can avoid creating window caption, frames, etc... around the video" \
", giving a \"minimal\" window.")
-#define VIDEO_SPLITTER_TEXT N_("Video splitter module")
-#define VIDEO_SPLITTER_LONGTEXT N_( \
- "This adds video splitters like clone or wall" )
-
#define VIDEO_FILTER_TEXT N_("Video filter module")
#define VIDEO_FILTER_LONGTEXT N_( \
"This adds post-processing filters to enhance the " \
More information about the vlc-commits
mailing list