Removed useless function
This commit is contained in:
parent
c8f484e4a5
commit
50d1bdd902
|
@ -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) {
|
function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
|
||||||
|
|
||||||
$a = get_app();
|
$a = get_app();
|
||||||
|
|
Loading…
Reference in a new issue