From 20fedc87febc7915b4d2998b1a7812415b6a1fca Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 10 May 2023 17:50:56 +0200 Subject: [PATCH] Remove dead code --- .../verification/QuadSLoadingFragment.kt | 31 ------------------- .../src/main/res/layout/fragment_progress.xml | 14 --------- 2 files changed, 45 deletions(-) delete mode 100644 vector/src/main/java/im/vector/app/features/crypto/verification/QuadSLoadingFragment.kt delete mode 100644 vector/src/main/res/layout/fragment_progress.xml diff --git a/vector/src/main/java/im/vector/app/features/crypto/verification/QuadSLoadingFragment.kt b/vector/src/main/java/im/vector/app/features/crypto/verification/QuadSLoadingFragment.kt deleted file mode 100644 index 5b6902df98..0000000000 --- a/vector/src/main/java/im/vector/app/features/crypto/verification/QuadSLoadingFragment.kt +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (c) 2020 New Vector Ltd - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package im.vector.app.features.crypto.verification - -import android.view.LayoutInflater -import android.view.ViewGroup -import dagger.hilt.android.AndroidEntryPoint -import im.vector.app.core.platform.VectorBaseFragment -import im.vector.app.databinding.FragmentProgressBinding - -@AndroidEntryPoint -class QuadSLoadingFragment : - VectorBaseFragment() { - override fun getBinding(inflater: LayoutInflater, container: ViewGroup?): FragmentProgressBinding { - return FragmentProgressBinding.inflate(inflater, container, false) - } -} diff --git a/vector/src/main/res/layout/fragment_progress.xml b/vector/src/main/res/layout/fragment_progress.xml deleted file mode 100644 index a7a2076209..0000000000 --- a/vector/src/main/res/layout/fragment_progress.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -