Revert unauthorized changes made without discussion of outstanding objections.
[lhc/web/wiklou.git] / includes / Defines.php
index c7bfd9b..ab7507a 100644 (file)
@@ -80,10 +80,4 @@ $wgAvailableRights = array('read', 'edit', 'move', 'delete', 'undelete',
 'protect', 'block', 'userrights', 'createaccount', 'upload', 'asksql',
 'rollback', 'patrol', 'editinterface', 'siteadmin', 'bot');
 
-/**#@+
- * Edit Comments really needs its own separate rights.
- * Two separate rights are required; edit all comments, edit your own comment.
- */
-define('EDIT_COMMENT_ALL', 'protect');
-
 ?>