diff --git a/code/game/gamemodes/gang/gang_items.dm.rej b/code/game/gamemodes/gang/gang_items.dm.rej
deleted file mode 100644
index fa06ac43db..0000000000
--- a/code/game/gamemodes/gang/gang_items.dm.rej
+++ /dev/null
@@ -1,12 +0,0 @@
-diff a/code/game/gamemodes/gang/gang_items.dm b/code/game/gamemodes/gang/gang_items.dm (rejected hunks)
-@@ -306,6 +306,10 @@
- to_chat(user, "There's not enough room here!")
- return FALSE
-
-+ if(dominator_excessive_walls(user))
-+ to_chat(user, "span class='warning'>The dominator will not function here! The dominator requires a sizable open space within three standard units so that walls do not interfere with the signal.")
-+ return FALSE
-+
- if(!(usrarea.type in gang.territory|gang.territory_new))
- to_chat(user, "The dominator can be spawned only on territory controlled by your gang!")
- return FALSE