Remove unused code

This commit is contained in:
jacques 2021-03-01 18:49:18 +01:00
parent 6d56fe7a8c
commit 2e88d5085a

View file

@ -24,13 +24,11 @@ public class MedicamentDetailFragment extends Fragment {
* represents. * represents.
*/ */
public static final String ARG_ITEM_ID = "medicament"; public static final String ARG_ITEM_ID = "medicament";
private static final String TAG = MedicamentDetailFragment.class.getName();
/** /**
* The dummy content this fragment is presenting. * The dummy content this fragment is presenting.
*/ */
private Medicament medicament; private Medicament medicament;
private DBHelper dbHelper;
/** /**
* Mandatory empty constructor for the fragment manager to instantiate the * Mandatory empty constructor for the fragment manager to instantiate the