浏览代码

Remove unused Nsfw annotation

Extensions now purely declare it through the Gradle config
arkon 3 年之前
父节点
当前提交
548e300c4b
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      app/src/main/java/eu/kanade/tachiyomi/annotations/Nsfw.kt

+ 0 - 6
app/src/main/java/eu/kanade/tachiyomi/annotations/Nsfw.kt

@@ -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