Removed newInstance function
This commit is contained in:
parent
4e692db48f
commit
38c4a56a97
1 changed files with 0 additions and 9 deletions
|
|
@ -32,15 +32,6 @@ public class BehaviourListFragment extends Fragment {
|
|||
private BehaviourListAdapter adapter;
|
||||
private UeControlExecutor executor;
|
||||
|
||||
public static BehaviourListFragment newInstance() {
|
||||
BehaviourListFragment f = new BehaviourListFragment();
|
||||
// Supply index input as an argument.
|
||||
//Bundle args = new Bundle();
|
||||
//args.putInt("executor", index);
|
||||
//f.setArguments(args);
|
||||
return f;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue