diff --git a/code/game/machinery/pipe/pipe_dispenser.dm b/code/game/machinery/pipe/pipe_dispenser.dm
index 79c0a52ce3c..33eab437c8b 100644
--- a/code/game/machinery/pipe/pipe_dispenser.dm
+++ b/code/game/machinery/pipe/pipe_dispenser.dm
@@ -77,11 +77,6 @@
High Power Gas Pump
Scrubber
Meter
- Gas Filter
- Gas Filter - Mirrored
- Gas Mixer
- Gas Mixer - Mirrored
- Gas Mixer - T
Omni Gas Mixer
Omni Gas Filter
Heat exchange:
diff --git a/html/changelogs/doxxmedearly-removes_removed_pipes.yml b/html/changelogs/doxxmedearly-removes_removed_pipes.yml
new file mode 100644
index 00000000000..c207b6a2130
--- /dev/null
+++ b/html/changelogs/doxxmedearly-removes_removed_pipes.yml
@@ -0,0 +1,4 @@
+author: Doxxmedearly
+delete-after: True
+changes:
+ - bugfix: "Removes deprecated gas filters and mixers from the pipe dispenser, as the components were removed previously, and should not be available."