diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-28 17:55:58 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-28 17:55:58 +0000 |
commit | a0a376bf0eca00cce974de12c2f275006c1281ee (patch) | |
tree | 5a87efe9905db8e40cce6a36986cf676d154efca /scripts/twitterqueuehandler.php | |
parent | ca30cc2d594acabefeafa61edb61342b32752bc1 (diff) |
Take out unnecessary defines
Diffstat (limited to 'scripts/twitterqueuehandler.php')
-rwxr-xr-x | scripts/twitterqueuehandler.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/twitterqueuehandler.php b/scripts/twitterqueuehandler.php index 992141f9d..ce4d824d0 100755 --- a/scripts/twitterqueuehandler.php +++ b/scripts/twitterqueuehandler.php @@ -19,8 +19,6 @@ */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('STATUSNET', true); -define('LACONICA', true); // compatibility $shortoptions = 'i::'; $longoptions = array('id::'); |