From 1c85eec211f275fab1b5d54333a58d5cd87d04a8 Mon Sep 17 00:00:00 2001 From: Pete F Date: Mon, 8 Jun 2026 09:56:06 +0100 Subject: [PATCH] Remove redundant codes --- newswires/app/conf/Categories.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/newswires/app/conf/Categories.scala b/newswires/app/conf/Categories.scala index e888be5d..c79f94c9 100644 --- a/newswires/app/conf/Categories.scala +++ b/newswires/app/conf/Categories.scala @@ -3,12 +3,10 @@ package conf private[conf] object CategoryCodes { object World { val REUTERS: List[String] = List("REUTERS:WORLD") - val AFP: List[String] = List("afpCat:SPO") val AP: List[String] = List("apCat:i", "apCat:a", "apCat:w") val PA: List[String] = List( "paCat:OOO" // 'Foreign news' (PA is UK-based) ) - val AAP: List[String] = Categories.sportsRelatedNewsCodes } object US {