From c2de44a53042a30a1bf8e7e9384d2641c2004313 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 6 Sep 2010 09:59:08 -0400 Subject: remove NOOP function common_broadcast_notice() --- lib/util.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index d56c9124d..a5e29a781 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1251,11 +1251,6 @@ function common_redirect($url, $code=307) exit; } -function common_broadcast_notice($notice, $remote=false) -{ - // DO NOTHING! -} - // Stick the notice on the queue function common_enqueue_notice($notice) -- cgit v1.2.3-54-g00ecf