[vlc-devel] [PATCH 2/5] core: remove unused defines

Thomas Guillem thomas at gllm.fr
Wed Feb 20 17:39:56 CET 2019


---
 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 " \
-- 
2.20.1



More information about the vlc-devel mailing list