Get rid of unused fragment that I left while testing

This commit is contained in:
janisslsm 2022-05-16 13:19:16 +03:00
parent 91d32ba922
commit 6006996d15

View File

@ -1,10 +0,0 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/sponsorblock_settings"
android:name="com.github.libretube.SponsorBlockFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>