mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
Remove unused constructor
This commit is contained in:
parent
d685fd9281
commit
eb5a50c851
1 changed files with 0 additions and 4 deletions
|
@ -50,10 +50,6 @@ public class Tutorial1 extends Activity implements SurfaceHolder.Callback, OnSee
|
||||||
|
|
||||||
private Bundle initialization_data;
|
private Bundle initialization_data;
|
||||||
|
|
||||||
public Tutorial1() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Called when the activity is first created.
|
/* Called when the activity is first created.
|
||||||
@Override */
|
@Override */
|
||||||
public void onCreate(Bundle savedInstanceState)
|
public void onCreate(Bundle savedInstanceState)
|
||||||
|
|
Loading…
Reference in a new issue