mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +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;
|
||||
|
||||
public Tutorial1() {
|
||||
super();
|
||||
}
|
||||
|
||||
/* Called when the activity is first created.
|
||||
@Override */
|
||||
public void onCreate(Bundle savedInstanceState)
|
||||
|
|
Loading…
Reference in a new issue