From: Domovoy Date: Tue, 24 Jul 2012 15:32:13 +0000 (+0200) Subject: Removed useless function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50d1bdd902d21d58864715a620de2e682eb4230f;p=friendica.git Removed useless function --- diff --git a/include/diaspora.php b/include/diaspora.php index a3473a8b73..cea66db0c0 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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();