diff options
Diffstat (limited to 'actions/postnotice.php')
-rw-r--r-- | actions/postnotice.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php index 3b5a4ee15..ab12277bb 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -21,10 +21,6 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/omb.php'); -function is_readonly() { - return false; -} - class PostnoticeAction extends Action { function handle($args) { parent::handle($args); |