Removed useless function

This commit is contained in:
Domovoy 2012-07-24 17:32:13 +02:00
parent c8f484e4a5
commit 50d1bdd902
1 changed files with 0 additions and 6 deletions

View File

@ -2120,12 +2120,6 @@ function diaspora_unshare($me,$contact) {
}
function diaspora_replace_tags_callback($matches) {
$result = '#'. str_replace(' ', '_', $matches[2]);
return $result;
}
function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
$a = get_app();