Remove unused Nsfw annotation

Extensions now purely declare it through the Gradle config

(cherry picked from commit 548e300c4b87514ff9b9c076880ef45776eacbbb)
This commit is contained in:
arkon 2022-01-01 10:51:27 -05:00 committed by Jobobby04
parent 7459a19e64
commit c330e14fd8

View File

@ -1,6 +0,0 @@
package eu.kanade.tachiyomi.annotations
// TODO: remove this when no longer used in extensions
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class Nsfw