]> git.sesse.net Git - vlc/commitdiff
memcpy option is gone
authorRafaël Carré <funman@videolan.org>
Tue, 8 Jan 2013 09:24:49 +0000 (10:24 +0100)
committerRafaël Carré <funman@videolan.org>
Tue, 8 Jan 2013 09:24:49 +0000 (10:24 +0100)
src/libvlc-module.c

index cb92202f130bf3e1b92b4e70512f9f5da2c90622..3835ccb7469a37eec9244908089ee68af7df916b 100644 (file)
@@ -998,11 +998,6 @@ static const char *const ppsz_prefres[] = {
     "These options allow you to select default modules. Leave these " \
     "alone unless you really know what you are doing." )
 
-#define MEMCPY_TEXT N_("Memory copy module")
-#define MEMCPY_LONGTEXT N_( \
-    "You can select which memory copy module you want to use. By default " \
-    "VLC will select the fastest one supported by your hardware.")
-
 #define ACCESS_TEXT N_("Access module")
 #define ACCESS_LONGTEXT N_( \
     "This allows you to force an access module. You can use it if " \
@@ -1986,7 +1981,6 @@ vlc_module_begin ()
     set_subcategory( SUBCAT_ADVANCED_MISC )
     set_section( N_("Special modules"), NULL )
     add_category_hint( N_("Miscellaneous"), MISC_CAT_LONGTEXT, true )
-    add_module( "memcpy", "memcpy", NULL, MEMCPY_TEXT, MEMCPY_LONGTEXT, true )
     add_module( "vod-server", "vod server", NULL, VOD_SERVER_TEXT,
                 VOD_SERVER_LONGTEXT, true )