Removed newInstance function

This commit is contained in:
Ziver Koc 2014-08-06 16:07:15 +02:00
parent 4e692db48f
commit 38c4a56a97

View file

@ -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) {