diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php index b53cf0c691..aa4bab2283 100644 --- a/phpBB/includes/bbcode.php +++ b/phpBB/includes/bbcode.php @@ -704,5 +704,4 @@ class bbcode return $return; } - } diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 4c81b6a7f3..2ec615c1c6 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -61,7 +61,6 @@ define('ACL_YES', 1); define('ACL_NO', -1); // Login error codes -//define('LOGIN_CONTINUE', 1); define('LOGIN_BREAK', 2); define('LOGIN_SUCCESS', 3); define('LOGIN_SUCCESS_CREATE_PROFILE', 20); @@ -121,10 +120,6 @@ define('POST_STICKY', 1); define('POST_ANNOUNCE', 2); define('POST_GLOBAL', 3); -// Lastread types -//define('TRACK_NORMAL', 0); -//define('TRACK_POSTED', 1); - // Notify methods define('NOTIFY_EMAIL', 0); define('NOTIFY_IM', 1);