diff options
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util.php b/lib/util.php index 4f791a493..d30a56c77 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1588,11 +1588,6 @@ function common_session_token() return $_SESSION['token']; } -function common_nudge_response() -{ - common_element('p', array('id' => 'nudge_response'), _('Nudge sent!')); -} - function common_cache_key($extra) { return 'laconica:' . common_keyize(common_config('site', 'name')) . ':' . $extra; |