Remove unnecessary requires

This commit is contained in:
Zach Copley
2010-02-25 22:06:31 -08:00
parent 3daf17d935
commit e650794300
7 changed files with 0 additions and 12 deletions

View File

@@ -142,8 +142,6 @@ class MapAction extends OwnerDesignAction
// of refactoring from within a plugin, so I'm just abusing
// the ApiAction method. Don't do this unless you're me!
require_once(INSTALLDIR.'/lib/api.php');
$act = new ApiAction('/dev/null');
$arr = $act->twitterStatusArray($notice, true);