]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Take out unnecessary defines
authorZach Copley <zach@controlyourself.ca>
Fri, 28 Aug 2009 17:55:58 +0000 (17:55 +0000)
committerZach Copley <zach@controlyourself.ca>
Fri, 28 Aug 2009 17:55:58 +0000 (17:55 +0000)
scripts/synctwitterfriends.php
scripts/twitterqueuehandler.php
scripts/twitterstatusfetcher.php

index 2cb7525eaf64ce2d9fea91dc795083a3eb119df0..b30e700a1c4a298a0633701932ebe824d511649e 100755 (executable)
@@ -19,8 +19,6 @@
  */
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('STATUSNET', true);
-define('LACONICA', true); // compatibility
 
 $shortoptions = 'di::';
 $longoptions = array('id::', 'debug');
index 992141f9de43220189f4c674f5a7d2b7cb1e28cc..ce4d824d0d31938f3445a9058e2706004be89419 100755 (executable)
@@ -19,8 +19,6 @@
  */
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('STATUSNET', true);
-define('LACONICA', true); // compatibility
 
 $shortoptions = 'i::';
 $longoptions = array('id::');
index 6dca6f75b8902cae2013777a15d7641da6c0a429..3cdf1867a197319c486d61bab7c19d8edf735fd8 100755 (executable)
@@ -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?