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/synctwitterfriends.php | |
parent | ca30cc2d594acabefeafa61edb61342b32752bc1 (diff) |
Take out unnecessary defines
Diffstat (limited to 'scripts/synctwitterfriends.php')
-rwxr-xr-x | scripts/synctwitterfriends.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/synctwitterfriends.php b/scripts/synctwitterfriends.php index 2cb7525ea..b30e700a1 100755 --- a/scripts/synctwitterfriends.php +++ b/scripts/synctwitterfriends.php @@ -19,8 +19,6 @@ */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('STATUSNET', true); -define('LACONICA', true); // compatibility $shortoptions = 'di::'; $longoptions = array('id::', 'debug'); |