소스 검색

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