diff --git a/docs/artists.md b/docs/artists.md
index cddb86d..1874e98 100644
--- a/docs/artists.md
+++ b/docs/artists.md
@@ -11,10 +11,3 @@ These artists have granted permission for their works to be used to make cards f
| [Thomas Ricci](https://artrhino.artstation.com/) | |
| [Andrea Corsini](https://linktr.ee/Not_andreas) | So far, only the following works have been approved for use:
- A druid's staff
- A vampire's potion
- A warrior's quest
- A Witch's Dagger
- Icy Passage
- Quiet Place
- ~A dwarf's figurine~ (used on Pip-Boy 3000)
- ~An artificer's creation~ (used on Sonic Screwdriver)
- ~An elf's crown~ (used on Pre-War Formalwear)
- ~The Witch's hut~ (used on Nuka-Cola Vending Machine)
- ~Naenia~ (used on The Rani, Mark of the Rani (TWHO 15))|
| [Santiago Rosas / @firos_art](https://www.santiagorosasart.com/) | So far, only the following works have been approved for use:
- Coil
- Cosmic Allure
- Crimson
- Emissary of Proliferation
- Leviathan
- Nightmare Hydra
- Roar from the Void
- Spectre
- Staroid Avatar
- The Compleation of Atraxa
- Void
- Yawgmoth, Lord of Phyrexia
- ~Awoken Colossus~ (used on The Dalek Emperor)|
-# Non-approved artists
-
-After being asked, these artists have asked _not_ to have their work used for this project.
-- Hue Teo
-- Rob Brunette
-- Gonzalo Kenny
-- Han Park
diff --git a/gallery/BuildGallery.linq b/gallery/BuildGallery.linq
index f762e3f..306561b 100644
--- a/gallery/BuildGallery.linq
+++ b/gallery/BuildGallery.linq
@@ -174,15 +174,6 @@ async Task Main()
artistsPage.AppendLine("|");
}
- artistsPage.AppendLine("# Non-approved artists").AppendLine();
-
- artistsPage.AppendLine("After being asked, these artists have asked _not_ to have their work used for this project.");
-
- foreach (var artist in artistsInfo.Declined)
- {
- artistsPage.AppendLine($"- {artist.Name}");
- }
-
File.WriteAllText(Path.Combine(Path.GetDirectoryName(Util.CurrentQueryPath)!, "..", "docs", "artists.md"), artistsPage.ToString());
}