[vlc-commits] Revert "aout: export used module internal name"
Thomas Guillem
git at videolan.org
Thu Mar 29 18:34:57 CEST 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 29 15:56:03 2018 +0200| [afbd2a8f3b9f1a4accc888a0336362ef7e12de75] | committer: Thomas Guillem
Revert "aout: export used module internal name"
This reverts commit 3aa4fda0d0742c7a68b57600c8bec311b3078d72.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=afbd2a8f3b9f1a4accc888a0336362ef7e12de75
---
src/audio_output/output.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/audio_output/output.c b/src/audio_output/output.c
index 78adace304..caf398ea18 100644
--- a/src/audio_output/output.c
+++ b/src/audio_output/output.c
@@ -249,9 +249,6 @@ audio_output_t *aout_New (vlc_object_t *parent)
return NULL;
}
- var_Create (aout, "module-name", VLC_VAR_STRING);
- var_SetString (aout, "module-name", module_get_object(owner->module));
-
/*
* Persistent audio output variables
*/
More information about the vlc-commits
mailing list