--- a/punbb/lang/English/delete.php Sun Sep 02 11:00:57 2007 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<?php
-
-// Language definitions used in delete.php
-$lang_delete = array(
-
-'Delete post' => 'Delete post',
-'Warning' => 'Warning! If this is the first post in the topic, the whole topic will be deleted.',
-'Delete' => 'Delete', // The submit button
-'Post del redirect' => 'Post deleted. Redirecting …',
-'Topic del redirect' => 'Topic deleted. Redirecting …'
-
-);