Remove unused variable

This commit is contained in:
Xavi Artigas 2012-09-10 12:09:56 +02:00
parent 30f8381ac9
commit ca35131d47

View file

@ -19,7 +19,6 @@ GST_DEBUG_CATEGORY_STATIC (debug_category);
#endif
typedef struct _CustomData {
JNIEnv *env;
GstElement *pipeline;
GMainLoop *main_loop;
} CustomData;