Skip to content

Commit

Permalink
Remove unused changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sweisss committed Mar 21, 2024
1 parent 0cb077f commit d50849d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ class AdverseEventsFragment : Fragment(R.layout.adverse_events_layout) {

pieChart = view.findViewById(R.id.pieChart_view)

val hospView = view.findViewById<View>(R.id.legend_view_hospitalization)
val deathView = view.findViewById<View>(R.id.legend_view_death)
val otherView = view.findViewById<View>(R.id.legend_view_other)

//Set up the headline for the adverse events
adverseHeadline = view.findViewById(R.id.adverse_headline)
adverseHeadline.text = getString(R.string.adverse_headline, cachedDrugName)
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/layout/adverse_events_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
android:layout_marginVertical="10dp">

<View
android:id="@+id/legend_view_hospitalization"
android:layout_width="15dp"
android:layout_height="15dp"
android:layout_gravity="center"
Expand All @@ -66,7 +65,6 @@
android:layout_marginVertical="10dp">

<View
android:id="@+id/legend_view_death"
android:layout_width="15dp"
android:layout_height="15dp"
android:layout_gravity="center"
Expand All @@ -90,7 +88,6 @@
android:layout_marginVertical="10dp">

<View
android:id="@+id/legend_view_other"
android:layout_width="15dp"
android:layout_height="15dp"
android:layout_gravity="center"
Expand Down

0 comments on commit d50849d

Please sign in to comment.