summaryrefslogtreecommitdiff
path: root/scripts/twitterstatusfetcher.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-08-28 13:35:48 -0700
committerEvan Prodromou <evan@status.net>2009-08-28 13:35:48 -0700
commita44c064397bc7ec6f4aa5e91d8288cd57f79e34a (patch)
tree54f633cafacf6acef607e9bac617563282a048fe /scripts/twitterstatusfetcher.php
parentb562ff1f2c6bca7e200034dac78b6debdcc0b214 (diff)
parent3368452ebf3c738933b05e902c277296684e280b (diff)
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Diffstat (limited to 'scripts/twitterstatusfetcher.php')
-rwxr-xr-xscripts/twitterstatusfetcher.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/twitterstatusfetcher.php b/scripts/twitterstatusfetcher.php
index 6dca6f75b..3cdf1867a 100755
--- a/scripts/twitterstatusfetcher.php
+++ b/scripts/twitterstatusfetcher.php
@@ -19,8 +19,6 @@
*/
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('STATUSNET', true);
-define('LACONICA', true); // compatibility
// Tune number of processes and how often to poll Twitter
// XXX: Should these things be in config.php?