mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Remove unused code
This commit is contained in:
parent
6d56fe7a8c
commit
2e88d5085a
1 changed files with 0 additions and 2 deletions
|
@ -24,13 +24,11 @@ public class MedicamentDetailFragment extends Fragment {
|
|||
* represents.
|
||||
*/
|
||||
public static final String ARG_ITEM_ID = "medicament";
|
||||
private static final String TAG = MedicamentDetailFragment.class.getName();
|
||||
|
||||
/**
|
||||
* The dummy content this fragment is presenting.
|
||||
*/
|
||||
private Medicament medicament;
|
||||
private DBHelper dbHelper;
|
||||
|
||||
/**
|
||||
* Mandatory empty constructor for the fragment manager to instantiate the
|
||||
|
|
Loading…
Reference in a new issue