Skip to content
Permalink
Browse files
Merge pull request #11590 from t895/unused-layout-class
Android: Remove SettingsFrameLayout
  • Loading branch information
JosJuice committed Feb 20, 2023
2 parents 0fb9105 + 0638e08 commit 2aedd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.

This file was deleted.

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<org.dolphinemu.dolphinemu.features.settings.ui.SettingsFrameLayout
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -11,4 +11,4 @@
android:layout_height="match_parent"
android:clipToPadding="false" />

</org.dolphinemu.dolphinemu.features.settings.ui.SettingsFrameLayout>
</FrameLayout>

0 comments on commit 2aedd8f

Please sign in to comment.