Remove unused variable
authorXavi Artigas <xartigas@fluendo.com>
Mon, 10 Sep 2012 10:09:56 +0000 (12:09 +0200)
committerXavi Artigas <xartigas@fluendo.com>
Mon, 10 Sep 2012 10:09:56 +0000 (12:09 +0200)
gst-sdk/tutorials/android-tutorial-1/jni/tutorial-1.c

index 7ad5ffc..91747fc 100755 (executable)
@@ -19,7 +19,6 @@ GST_DEBUG_CATEGORY_STATIC (debug_category);
 #endif
 
 typedef struct _CustomData {
-  JNIEnv *env;
   GstElement *pipeline;
   GMainLoop *main_loop;
 } CustomData;