diff options
Diffstat (limited to 'lib/stream.php')
-rw-r--r-- | lib/stream.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stream.php b/lib/stream.php index ad65e2d2a..a595958e4 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -19,8 +19,6 @@ if (!defined('LACONICA')) { exit(1); } -define('NOTICES_PER_PAGE', 20); - class StreamAction extends Action { function handle($args) { |