diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2016-09-05 12:52:46 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2016-09-05 12:52:46 -0300 |
commit | b5e834df90739bb1de24f7d28e7bad81f2831457 (patch) | |
tree | d2e159696206e949b5856d31809ff5c2a173581d /plugin | |
parent | 16f971226df1980b58ebde330123debaaf3b53d0 (diff) |
build: Remove unused variables
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/gstpythonplugin.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/gstpythonplugin.c b/plugin/gstpythonplugin.c index f3b713d..99e6d82 100644 --- a/plugin/gstpythonplugin.c +++ b/plugin/gstpythonplugin.c @@ -35,8 +35,6 @@ GST_DEBUG_CATEGORY_STATIC (pyplugindebug); #define GST_ORIGIN "http://gstreamer.freedesktop.org" -static PyObject *element; - static gboolean gst_python_plugin_load_file (GstPlugin * plugin, const char *name) { @@ -215,8 +213,6 @@ plugin_init (GstPlugin * plugin) gboolean we_initialized = FALSE; GModule *libpython; gpointer has_python = NULL; - PyObject *seq, *list; - int i, len; GST_DEBUG_CATEGORY_INIT (pyplugindebug, "pyplugin", 0, "Python plugin loader"); |