No need for common_notice_uri anymore

This commit is contained in:
Mikael Nordfeldth 2014-04-18 23:36:07 +02:00
parent 85b022246f
commit cecec3b088
1 changed files with 0 additions and 7 deletions

View File

@ -1966,13 +1966,6 @@ function common_user_uri(&$user)
null, null, false);
}
function common_notice_uri(&$notice)
{
return common_local_url('shownotice',
array('notice' => $notice->id),
null, null, false);
}
// 36 alphanums - lookalikes (0, O, 1, I) = 32 chars = 5 bits
function common_confirmation_code($bits)